From 7796f62c36555569125f8bb00cfb8b84b6da4eec Mon Sep 17 00:00:00 2001 From: Andreas Madsack <andreas@madflex.de> Date: Sat, 15 Nov 2014 11:53:36 +0100 Subject: [PATCH] [1.7.x] Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first. Backport of 27c9b3a27d313e75732c1e8e966b320ddbde499d from master --- docs/ref/django-admin.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 29cae67eaa..648de5f568 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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