mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
make creation date none changeable on save
This commit is contained in:
@ -1492,9 +1492,7 @@ class NotificationMessage(models.Model):
|
||||
)
|
||||
|
||||
creation = models.DateTimeField(
|
||||
auto_now=True,
|
||||
null=False,
|
||||
editable=False,
|
||||
auto_now_add=True,
|
||||
)
|
||||
|
||||
read = models.BooleanField(
|
||||
|
Reference in New Issue
Block a user