summaryrefslogtreecommitdiff
path: root/django/db/migrations/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba2022-04-041-0/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+25
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...manav0142021-06-221-0/+72
* Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.David Wobrock2021-04-161-0/+29
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard2016-05-111-0/+5
* Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann2015-08-271-0/+12