2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 13:18:15 +00:00

removing new_since_parsing and fixing tests

This commit is contained in:
2025-10-11 23:31:15 +03:00
parent 905d9af978
commit e842ae1ca3
10 changed files with 21 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ class TroggleModelAdmin(admin.ModelAdmin):
"""overriding admin save to fill the new_since parsing_field
new_since_parsing is not currently used in troggle. It is a fossil."""
obj.new_since_parsing = True
# obj.new_since_parsing = True
obj.save()
class Media: