Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/questioner.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25453 -- Reworded makemigration's ask_not_null_alt...Benjamin Wohlwend2015-09-231-2/+2
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-2/+2
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-0/+11
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-2/+6
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-24/+56
* Fixed #23365 -- Added support for timezone-aware datetime...Rudy Mutter2014-09-301-3/+4
* Fixed #22676 -- makemigrations --dry-run should not ask f...Moayad Mardini2014-05-241-32/+35
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-0/+2
* Fixed #22239 -- Add auto detection of renamed modelsChris Beaven2014-03-101-0/+8
* Fixed #21868: Don't die when seeing py3 namespace package...Andrew Godwin2014-02-091-1/+6
* Fix unicode default input on py3Andrew Godwin2014-01-191-2/+8
* Fixed #21784: Correctly decode stdin input for migration ...Andrew Godwin2014-01-161-1/+1
* Created a constant for the migrations module name.Aymeric Augustin2013-12-271-1/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_app().Aymeric Augustin2013-12-171-4/+3
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Removed unreachable `else` in `try` block.maurycyp2013-12-061-2/+0
* Migration VCS conflict detection and --merge for makemigr...Andrew Godwin2013-12-041-0/+122