always include_deleted_created because the cache does the performance

This commit is contained in:
Laura Klünder 2017-07-07 15:16:35 +02:00
parent 369a1b558b
commit 45765ef135
3 changed files with 4 additions and 10 deletions

View file

@ -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,