From af06203cead2968f4d58a718100dedc0faa7c619 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 7 May 2014 09:01:37 -0400 Subject: [1.7.x] Updated some docs for the delayed deprecation of legacy table creation; refs #22340. Backport of a2e3c96948 from master --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index fcd9c3fd80..065e738920 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -37,6 +37,10 @@ details on these changes. is loaded. In particular, it won't be possible to import models inside the root package of their application. +* If models are organized in a package, Django will no longer look for + :ref:`initial SQL data` in ``myapp/models/sql/``. Move your + custom SQL files to ``myapp/sql/``. + * The model and form ``IPAddressField`` will be removed. * ``AppCommand.handle_app()`` will no longer be supported. -- cgit v1.3