summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2016-11-05 10:16:23 +0200
committerTim Graham <timograham@gmail.com>2017-06-19 13:04:57 -0400
commitfda55c71a8846364b9dc4f4efac4d7034ef6dd6f (patch)
treef9e97004ef01b4b5e7e5c9d2fd0b0e281c3879ab /docs/ref
parent4f1eb64ad0bcebfae4075486855eb6b63355cc5a (diff)
Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
MigrationRecorder now assumes that if the django_migrations table doesn't exist, then no migrations are applied. Reverted documentation change from refs #23808.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 29522ebe92..20e1bb02de 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -876,9 +876,6 @@ If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
(default in new projects) the :djadmin:`runserver` command will be overridden
with its own :ref:`runserver<staticfiles-runserver>` command.
-If :djadmin:`migrate` was not previously executed, the table that stores the
-history of migrations is created at first run of ``runserver``.
-
Logging of each request and response of the server is sent to the
:ref:`django-server-logger` logger.