mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update CHANGES.rst
This commit is contained in:
parent
ac0957e3ec
commit
31170692a5
1 changed files with 5 additions and 5 deletions
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -1,14 +1,14 @@
|
|||
* Keep track of deferred fields on model instance instead of on
|
||||
FieldInstanceTracker instance. Accessing deferred fields for multiple instances
|
||||
of a model from the same queryset fails in current release.
|
||||
|
||||
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
* Keep track of deferred fields on model instance instead of on
|
||||
FieldInstanceTracker instance. Accessing deferred fields for multiple instances
|
||||
of a model from the same queryset fails in current release.
|
||||
|
||||
|
||||
2.2 (2014.07.31)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue