| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-19 | Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C. | Aman Sharma | |
| 2024-11-18 | Fixed #35882 -- Made migration questioner loop on all errors. | Adam Johnson | |
| 2024-11-18 | Refs #35882 -- Added test for migration questioner KeyboardInterrupt. | Adam Johnson | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2022-01-03 | Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt ↵ | Jacob Walls | |
| destination. Previously, the questioner did not obey the value of stdout provided to the command. | |||
| 2021-12-20 | Removed a Python error message dependency in ↵ | Jacob Walls | |
| test_questioner_no_default_bad_user_entry_code(). | |||
| 2021-12-20 | Increased test coverage of django.db.migrations.questioner. | Jacob Walls | |
| 2021-08-27 | Refs #32900 -- Added test for ignoring the default value in ↵ | Mateo Radman | |
| InteractiveMigrationQuestioner.ask_not_null_alteration(). | |||
| 2018-07-27 | Fixed #29595 -- Allowed using timedelta in migrations questioner. | Tim Graham | |
| Refs #29600 -- Removed usage of django.utils.datetime_safe in migrations. | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-01-25 | Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps. | Simon Charette | |
| This was causing an issue when calling the `migrate` command in a test case with the `available_apps` attribute pointing to an application with migrations disabled using the `MIGRATION_MODULES` setting. Thanks to Tim Graham for the review. Refs #24919 | |||
