Skip to content

Commit 46f59f7

Browse files
authored
Remove Django version from --nomigrations heading (#822)
1 parent 877cd71 commit 46f59f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ A good way to use ``--reuse-db`` and ``--create-db`` can be:
125125
* When you alter your database schema, run ``pytest --create-db``, to force
126126
re-creation of the test database.
127127

128-
``--nomigrations`` - Disable Django 1.7+ migrations
129-
--------------------------------------------------------------
128+
``--nomigrations`` - Disable Django migrations
129+
----------------------------------------------
130130

131131
Using ``--nomigrations`` will disable Django migrations and create the database
132132
by inspecting all models. It may be faster when there are several migrations to

0 commit comments

Comments
 (0)