We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877cd71 commit 46f59f7Copy full SHA for 46f59f7
docs/database.rst
@@ -125,8 +125,8 @@ A good way to use ``--reuse-db`` and ``--create-db`` can be:
125
* When you alter your database schema, run ``pytest --create-db``, to force
126
re-creation of the test database.
127
128
-``--nomigrations`` - Disable Django 1.7+ migrations
129
---------------------------------------------------------------
+``--nomigrations`` - Disable Django migrations
+----------------------------------------------
130
131
Using ``--nomigrations`` will disable Django migrations and create the database
132
by inspecting all models. It may be faster when there are several migrations to
0 commit comments