Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
``Revision.commment``  to ``Revision.comment``
  • Loading branch information
adityakrgupta25 authored Jun 18, 2020
1 parent 0f6efd1 commit baa45f5
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 baa45f5

Please sign in to comment.