mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 10:26:17 +00:00
removing new_since_parsing and fixing tests
This commit is contained in:
@@ -31,11 +31,6 @@ but _also_, and peculiarly, in the troggle/admin.py files
|
||||
e.g.
|
||||
class TroggleModelAdmin(admin.ModelAdmin):
|
||||
|
||||
def save_model(self, request, obj, form, change):
|
||||
"""overriding admin save to fill the new_since parsing_field"""
|
||||
obj.new_since_parsing=True
|
||||
obj.save()
|
||||
|
||||
class Media:
|
||||
js = ('jquery/jquery.min.js','js/QM_helper.js')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user