summaryrefslogtreecommitdiff
path: root/django/db/migrations/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-0/+6
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-21/+7
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki2016-05-081-1/+2
* Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt2016-04-051-0/+7
* Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundErrorJarek Glowacki2016-03-101-1/+1
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-191-0/+4
* Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz2015-05-131-0/+5
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-0/+55