summaryrefslogtreecommitdiff
path: root/tests/migrations/test_questioner.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-27/+27
* Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls2022-01-031-21/+18
* Removed a Python error message dependency in test_questioner_no_default_bad_u...Jacob Walls2021-12-201-1/+1
* Increased test coverage of django.db.migrations.questioner.Jacob Walls2021-12-201-6/+61
* Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...Mateo Radman2021-08-271-0/+8
* Fixed #29595 -- Allowed using timedelta in migrations questioner.Tim Graham2018-07-271-2/+14
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.Simon Charette2016-01-251-0/+15