Fixed an issue where the contents of an object were not updated correctly.

This commit is contained in:
Griatch 2013-10-20 14:27:19 +02:00
parent efa6d85574
commit 4af1b165fd
2 changed files with 9 additions and 25 deletions

View file

@ -119,9 +119,6 @@ def field_pre_save(sender, instance=None, update_fields=None, raw=False, **kwarg
# # update cache
# _FIELD_CACHE[hid] = new_value
def get_cache_sizes():
return (0, 0), (0, 0), (0, 0)
#------------------------------------------------------------
# Attr cache - caching the attribute objects related to a given object to
# avoid lookups more than necessary (this makes Attributes en par in speed