Skip to content

Commit

Permalink
Update docs for new default (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert authored Jul 25, 2024
1 parent 0f1a375 commit a416a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ There are three options for the value of the
* ``Safe.after_deploy(delay=None)``

This migration is only safe to run after the code change is deployed.
This is the default that is applied if no ``safe`` property is given.
For example, a migration that removes a field from a model.

By specifying a ``delay`` parameter, you can specify when a
Expand All @@ -95,6 +94,7 @@ There are three options for the value of the

This migration is safe to run before *and* after
the code change is deployed.
This is the default that is applied if no ``safe`` property is given.
For example, a migration that changes the ``help_text`` of a field.

Pre-commit Hook
Expand Down

0 comments on commit a416a23

Please sign in to comment.