Skip to content

Commit

Permalink
[1.7.x] Add some syncdb deprecation stuff into the deprecation doc
Browse files Browse the repository at this point in the history
Backport of 378359d from master
  • Loading branch information
andrewgodwin authored and timgraham committed Mar 26, 2014
1 parent 81d3d48 commit 1cb6729
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/internals/deprecation.txt
Expand Up @@ -36,6 +36,12 @@ details on these changes.
* ``allow_syncdb`` on database routers will no longer automatically become
``allow_migrate``.

* The ``DatabaseCreation`` class on each database backend will be removed,
and all table/schema editing will be moved to be via ``SchemaEditor`` instead.

* The legacy method of syncing apps without migrations will be removed,
and migrations will become compulsory for all apps.

* All models will need to be defined inside an installed application or
declare an explicit :attr:`~django.db.models.Options.app_label`.
Furthermore, it won't be possible to import them before their application
Expand Down

0 comments on commit 1cb6729

Please sign in to comment.