Loading docs/internals/deprecation.txt +3 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,9 @@ details on these changes. become compulsory for all apps unless you pass the ``--run-syncdb`` option to ``migrate``. * The SQL management commands for apps without migrations, ``sql``, ``sqlall``, ``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, will be removed. * Support for automatic loading of ``initial_data`` fixtures and initial SQL data will be removed. Loading docs/man/django-admin.1 +1 −1 Original line number Diff line number Diff line Loading @@ -2067,7 +2067,7 @@ Example usage: .sp .nf .ft C django\-admin sqlall \-\-no\-color django\-admin runserver \-\-no\-color .ft P .fi .UNINDENT Loading docs/ref/django-admin.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1556,7 +1556,7 @@ that ``django-admin`` should print to the console. Example usage:: django-admin sqlall --no-color django-admin runserver --no-color By default, ``django-admin`` will format the output to be colorized. For example, errors will be printed to the console in red and SQL statements will Loading docs/releases/1.9.txt +3 −0 Original line number Diff line number Diff line Loading @@ -1406,6 +1406,9 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline compulsory for all apps unless you pass the :djadminopt:`--run-syncdb` option to ``migrate``. * The SQL management commands for apps without migrations, ``sql``, ``sqlall``, ``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, are removed. * Support for automatic loading of ``initial_data`` fixtures and initial SQL data is removed. Loading Loading
docs/internals/deprecation.txt +3 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,9 @@ details on these changes. become compulsory for all apps unless you pass the ``--run-syncdb`` option to ``migrate``. * The SQL management commands for apps without migrations, ``sql``, ``sqlall``, ``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, will be removed. * Support for automatic loading of ``initial_data`` fixtures and initial SQL data will be removed. Loading
docs/man/django-admin.1 +1 −1 Original line number Diff line number Diff line Loading @@ -2067,7 +2067,7 @@ Example usage: .sp .nf .ft C django\-admin sqlall \-\-no\-color django\-admin runserver \-\-no\-color .ft P .fi .UNINDENT Loading
docs/ref/django-admin.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1556,7 +1556,7 @@ that ``django-admin`` should print to the console. Example usage:: django-admin sqlall --no-color django-admin runserver --no-color By default, ``django-admin`` will format the output to be colorized. For example, errors will be printed to the console in red and SQL statements will Loading
docs/releases/1.9.txt +3 −0 Original line number Diff line number Diff line Loading @@ -1406,6 +1406,9 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline compulsory for all apps unless you pass the :djadminopt:`--run-syncdb` option to ``migrate``. * The SQL management commands for apps without migrations, ``sql``, ``sqlall``, ``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, are removed. * Support for automatic loading of ``initial_data`` fixtures and initial SQL data is removed. Loading