Fixed an issue where the contents of an object were not updated correctly.
This commit is contained in:
parent
efa6d85574
commit
4af1b165fd
2 changed files with 9 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue