Update AUTHORS.rst and CHANGES.rst

This commit is contained in:
bboogaard 2014-08-19 10:42:41 +02:00
parent 041ef6b838
commit ac0957e3ec
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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
=======