mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update AUTHORS.rst and CHANGES.rst
This commit is contained in:
parent
041ef6b838
commit
ac0957e3ec
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
Alejandro Varas <alej0varas@gmail.com>
|
||||
Alex Orange <crazycasta@gmail.com>
|
||||
Andy Freeland <andy@andyfreeland.net>
|
||||
Bram Boogaard <b.boogaard@auto-interactive.nl>
|
||||
Carl Meyer <carl@dirtcircle.com>
|
||||
Curtis Maloney <curtis@tinbrain.net>
|
||||
Den Lesnov
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
* 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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue