mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-01 07:34:42 +00:00
Add Changelog entry for revert of GH-130; bump version to 2.2.
This commit is contained in:
parent
a127e32217
commit
c62fe9446d
2 changed files with 10 additions and 3 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -1,8 +1,15 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
2.2 (2014.07.31)
|
||||
----------------
|
||||
|
||||
* Revert GH-130, restoring ability to access ``FieldTracker`` changes in
|
||||
overridden ``save`` methods or ``post_save`` handlers. This reopens GH-83
|
||||
(inability to pickle models with ``FieldTracker``) until a solution can be
|
||||
found that doesn't break behavior otherwise. Thanks Brian May for the
|
||||
report. Fixes GH-143.
|
||||
|
||||
|
||||
2.1.1 (2014.07.28)
|
||||
------------------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.2a1'
|
||||
__version__ = '2.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue