django-dbtemplates/dbtemplates/migrations
Edouard 15329d25e9
fix: use BigAutoField as id (#159)
* Add migration to alter template ID field to BigAutoField (#157)

* Update Template model to use BigAutoField for ID and remove obsolete migration (#157)

* Add migration to alter template ID field to BigAutoField
2026-04-24 09:45:38 +02:00
..
0001_initial.py Passing flake8 2022-08-08 00:49:40 +02:00
0002_alter_template_creation_date_and_more.py Add missing migration for creation_date and last_changed changes (#151) 2025-05-26 22:08:21 +02:00
0003_alter_template_id.py fix: use BigAutoField as id (#159) 2026-04-24 09:45:38 +02:00
__init__.py remove name uniqueness, with migration 2011-06-15 16:15:31 +02:00