mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 23:40:24 +00:00
Made the fix in InteractiveMigrationQuestioner class code, rather than MigrationAutodetector, because --dry-run shouldn't affect whether MigrationAutodetector will detect non-nullable fields, but the questioner should skip the question and returns a None for default (since that won't be used anyway) if --dry-run is used.
0 lines
Python
0 lines
Python