Babu Somasundaram
Babu Somasundaram
We are using django cacheops latest and opbeats to monitor the app performance. Recently we have been hit into the following cache measure(blue) in almost all the requests which we...
Calling `model_object.delete()` successfully calls both BEFORE_DELETE and AFTER_DELETE hooks but if the same object is deleted from Django admin the hooks are not being called.
As per the document, if we set this True, the developer could assume that the tags are case insensitive while querying. https://github.com/alex/django-taggit/blob/089f6339c2975af1d32d11359b97a08a89b298f8/taggit/managers.py#L200 But the`.get(name__iexact)` throws `MultipleObjectsReturned`. Then I checked my...