summaryrefslogtreecommitdiff
path: root/tests/migrations/test_questioner.py
AgeCommit message (Expand)Author
2024-12-19Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.Aman Sharma
2024-11-18Fixed #35882 -- Made migration questioner loop on all errors.Adam Johnson
2024-11-18Refs #35882 -- Added test for migration questioner KeyboardInterrupt.Adam Johnson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-12-20Removed a Python error message dependency in test_questioner_no_default_bad_u...Jacob Walls
2021-12-20Increased test coverage of django.db.migrations.questioner.Jacob Walls
2021-08-27Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...Mateo Radman
2018-07-27Fixed #29595 -- Allowed using timedelta in migrations questioner.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-01-25Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.Simon Charette