Skip to content

Commit

Permalink
Merge pull request #839 from adityakrgupta25/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
etianen committed Jun 18, 2020
2 parents 0f6efd1 + baa45f5 commit aed55e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ django-reversion changelog
3.0.0 - 2018-07-19
------------------

- **Breaking:** ``Revision.commment`` now contains the raw JSON change message generated by django admin, rather than
- **Breaking:** ``Revision.comment`` now contains the raw JSON change message generated by django admin, rather than
a string. Accesing ``Revision.comment`` directly is no longer recommended. Instead, use ``Revision.get_comment()``.
(@RamezIssac).
- **BREAKING:** django-reversion now uses ``_base_manager`` to calculate deleted models, not ``_default_manager``. This
Expand Down

0 comments on commit aed55e6

Please sign in to comment.