[1.7.x] Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first.

Backport of 27c9b3a27d from master
This commit is contained in:
Andreas Madsack 2014-11-15 11:53:36 +01:00 committed by Tim Graham
parent d49c42e20e
commit 7796f62c36
1 changed files with 3 additions and 0 deletions

View File

@ -912,6 +912,9 @@ 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 previousy executed, the table that stores the
history of migrations is created at first run of ``runserver``.
.. django-admin-option:: --noreload
Use the ``--noreload`` option to disable the use of the auto-reloader. This