mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Corrected model copying fail
This commit is contained in:
@@ -37,7 +37,7 @@ class Schema(models.Model, RevisionMixin):
|
||||
get_latest_by = 'start_at'
|
||||
|
||||
def __str__(self):
|
||||
return self.comment + " " + str(self.start_at) + " @ " + "%"
|
||||
return self.comment + " " + str(self.start_at)
|
||||
|
||||
@reversion.register
|
||||
class Form(models.Model, RevisionMixin):
|
||||
|
||||
Reference in New Issue
Block a user