Skip to content

Remove references to South as we don't need it any longer. #4085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 29, 2016

Conversation

xordoquy
Copy link
Collaborator

This fixes #4081.

Simply removes references to migrations as they are expected to be part of 3rd parties and there's nothing to take care about:

  • order is already contained in the migration file
  • superuser can't be created before migrations (removed the warning about that special use case with South).

@@ -217,38 +210,6 @@ It is also possible to create Tokens manually through admin interface. In case y
TokenAdmin.raw_id_fields = ('user',)


#### Schema migrations
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep the first paragraph of this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering too and assumed migrations are supposed to be used anyway.
I've just asked other opinions about that topic.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked this around and added a note in the settings paragraph about DRF using migrations.

@codecov-io
Copy link

codecov-io commented Apr 29, 2016

Current coverage is 91.34%

Merging #4085 into master will not change coverage

@@             master      #4085   diff @@
==========================================
  Files            51         51          
  Lines          5471       5471          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           4997       4997          
  Misses          474        474          
  Partials          0          0          

Powered by Codecov. Last updated by 88c80fe...c5e33c5

@tomchristie tomchristie merged commit a9bbb50 into encode:master Apr 29, 2016
@xordoquy xordoquy deleted the doc/remove_south_references branch March 10, 2017 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs.authentication: schema migration required by authtoken explained only for South
3 participants