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` contrib app is enabled (default in new projects) the :djadmin:`runserver` command will be overridden with its own :ref:`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