Skip to content

Commit

Permalink
Note about when to run createinitialrevisions. Closes #403.
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed May 21, 2015
1 parent 7f5b77f commit 7528bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-reversion comes with a number of additional django-admin.py management co
createinitialrevisions
----------------------

This command is used to create a single, base revision for all registered models in your project. It should be run after installing django-reversion. If your project contains a lot of version-controlled data, then this might take a while to complete.
This command is used to create a single, base revision for all registered models in your project. It should be run after installing django-reversion, or registering a new model with django-reversion. If your project contains a lot of version-controlled data, then this might take a while to complete.

::

Expand Down

0 comments on commit 7528bc6

Please sign in to comment.