summaryrefslogtreecommitdiff
path: root/django/db/migrations/questioner.py
AgeCommit message (Expand)Author
2015-09-23Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.Benjamin Wohlwend
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-06Added a bunch of missing unicode_literalsClaude Paroz
2014-03-10Fixed #22239 -- Add auto detection of renamed modelsChris Beaven
2014-02-09Fixed #21868: Don't die when seeing py3 namespace packages for mig dirsAndrew Godwin
2014-01-19Fix unicode default input on py3Andrew Godwin
2014-01-16Fixed #21784: Correctly decode stdin input for migration defaultsAndrew Godwin
2013-12-27Created a constant for the migrations module name.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-06Removed unreachable `else` in `try` block.maurycyp
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin