diff options
| author | Andreas Madsack <andreas@madflex.de> | 2014-11-15 11:53:36 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-15 20:03:22 +0100 |
| commit | 27c9b3a27d313e75732c1e8e966b320ddbde499d (patch) | |
| tree | abe4fae193e6c3f75124f51913b4745ea9dd7247 /docs | |
| parent | 013b5eaceac7b05dbf41d367e1899a27aa12f7be (diff) | |
Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 870e7b9078..27d2733943 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -958,6 +958,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 |
