summaryrefslogtreecommitdiff
path: root/django/db/migrations/utils.py
AgeCommit message (Expand)Author
2021-06-22Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...manav014
2021-04-16Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.David Wobrock
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann