Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/makemigrations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-6/+17
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #25047 -- Improved "Conflicting migrations" error m...Tim Graham2015-08-241-1/+2
* Fixed #24755 -- Hid operations from dependency apps when ...Markus Holtermann2015-08-181-1/+5
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #24427 -- Stopped writing migration files in dry ru...John Giannelos2015-03-161-4/+15
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-1/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-7/+7
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-8/+16
* Removed reduce() usage in makemigrations; refs #23796.Brad Walker2014-11-201-17/+11
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed #23302 -- Added --name/-n option to makemigrations ...Raffaele Salmaso2014-09-031-1/+9
* Fixed #22791 -- Invoke interactive questioner only for co...Huu Nguyen2014-07-141-0/+9
* Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen2014-06-201-1/+3
* Fixed #22848: Ignore no-migrations errors during makemigr...Andrew Godwin2014-06-161-1/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-141-13/+11
* Fixed #22777: Add dependency on through for autodetected ...Andrew Godwin2014-06-091-1/+5
* Fixed #22675 -- makemigrations --dry-run to output migrat...Moayad Mardini2014-05-261-1/+7
* Fixed #22676 -- makemigrations --dry-run should not ask f...Moayad Mardini2014-05-241-1/+1
* Removed unused imports in makemigrationsClaude Paroz2014-05-081-3/+2
* Fixed #22576: Ensure makemigrations doesn't touch the dat...Andrew Godwin2014-05-071-4/+3
* Cleanup failing test w/contenttypes and remove useless gr...Andrew Godwin2014-05-011-2/+1
* Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-301-2/+2
* Fixed #22511 -- Added args to migrations management comma...Bruno Ribeiro da Silva2014-04-301-0/+1
* Fix bad conflict detection during makemigrationsAndrew Godwin2014-03-081-1/+1
* Add --empty option to makemigrationsAndrew Godwin2014-02-121-1/+26
* Fixed #21968: Bad detection of old-style apps to add init...Andrew Godwin2014-02-091-0/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* 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-3/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-3/+3
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fix poor variable name (flake8 warning)Andrew Godwin2013-12-051-2/+2
* Migration VCS conflict detection and --merge for makemigr...Andrew Godwin2013-12-041-3/+94
* Add --dry-run option to makemigrationsAndrew Godwin2013-12-041-15/+17
* Fixed #21280 -- Don't generate empty migration filesJaved Khan2013-10-171-1/+2
* Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann2013-09-061-6/+8
* Only create the migration directory once per appAndrew Godwin2013-08-211-5/+9
* Change autodetector changes API to be just one methodAndrew Godwin2013-08-211-4/+1
* Use DEFAULT_DB_ALIASAndrew Godwin2013-08-121-2/+2
* Add clarifying commentAndrew Godwin2013-08-101-1/+2
* Print all bad apps passed to makemigrations, not just the...Andrew Godwin2013-08-101-2/+6
* Remove other color_style overrideAndrew Godwin2013-08-091-2/+0
* Rename makemigration to makemigrationsAndrew Godwin2013-06-201-0/+80