mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	make creation date none changeable on save
This commit is contained in:
		| @@ -0,0 +1,18 @@ | ||||
| # Generated by Django 3.2.5 on 2021-11-29 22:21 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('common', '0013_notificationmessage'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='notificationmessage', | ||||
|             name='creation', | ||||
|             field=models.DateTimeField(auto_now_add=True), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user