Commit Graph

3 Commits

Author SHA1 Message Date
aec859f55a Update help text for core.Version.eoldate in the migration file.
The change to the help text was introduced in 669b3782, which caused
a Django migration warning, even though schema changes were introduced.
This also shows the proper way for updating non-schema-altering
field changes that are introduced into Django.
2018-11-05 10:32:03 -05:00
3d3edb7d57 Backpatch validators into initial migration
It's just silly to do a real migration with this
2018-03-21 14:16:22 +01:00
a8500c3853 Add migrations for all existing models
When migrating on existing installations, run the

python manage.py migrate --fake-initial

command.
2016-05-14 19:49:12 +02:00