mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-02 19:50:23 +00:00
Restore initial indentation
This commit is contained in:
parent
72158f1820
commit
2455c983fc
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class MonitorField(models.DateTimeField):
|
|||
# Fix related to issue #241 to avoid recursive error on double monitor fields
|
||||
return
|
||||
setattr(instance, self.monitor_attname,
|
||||
self.get_monitored_value(instance))
|
||||
self.get_monitored_value(instance))
|
||||
|
||||
def pre_save(self, model_instance, add):
|
||||
value = now()
|
||||
|
|
|
|||
Loading…
Reference in a new issue