always include_deleted_created because the cache does the performance
This commit is contained in:
parent
369a1b558b
commit
45765ef135
3 changed files with 4 additions and 10 deletions
|
@ -160,7 +160,7 @@ def changeset_detail(request, pk):
|
|||
'obj_title': changeset.title,
|
||||
})
|
||||
|
||||
changeset.fill_changes_cache(include_deleted_created=True)
|
||||
changeset.fill_changes_cache()
|
||||
|
||||
ctx = {
|
||||
'changeset': changeset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue