mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-24 23:30:24 +00:00
Update changelog.
This commit is contained in:
parent
ee05f01eff
commit
67ec6e4b53
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,9 @@ 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.
|
||||
FieldInstanceTracker instance. Fixes accessing deferred fields for multiple
|
||||
instances of a model from the same queryset. Thanks Bram Boogaard. Merge of
|
||||
GH-151.
|
||||
|
||||
|
||||
2.2 (2014.07.31)
|
||||
|
|
|
|||
Loading…
Reference in a new issue