Django

Code

Ticket #17: instance-caching-3.patch

File instance-caching-3.patch, 11.2 kB (added by Brian Harring <ferringb@gmail.com>, 1 year ago)

instance caching v3; add appropriate cache cleaning to Model.delete, and tweak queries delete_objects to prune the cache while it's wiping pk instances. Only potential issue I'm aware of at this point is if there are multiple pk's for a record, which is screwy behaviour for django in general.

Line 
1