Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/migrate.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-23/+0
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #25144 -- Allowed migrate to create tables for apps...Tim Graham2015-09-041-0/+2
* Fixed #25047 -- Improved "Conflicting migrations" error m...Tim Graham2015-08-241-1/+2
* Fixed #25231 -- Added recording of squashed migrations in...mlavin2015-08-071-0/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Added missing periods in migrate help messages.Joe Borg2015-04-141-2/+2
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-8/+5
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-54/+2
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-171-12/+0
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-171-12/+4
* Fixed #24129 -- Added indicator that migrations are rende...Markus Holtermann2015-01-121-1/+9
* Refs #23359 -- Removed double newline from output of migr...Markus Holtermann2015-01-051-2/+3
* Show migration elapsed time when verbosity>1Claude Paroz2015-01-021-4/+12
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-311-43/+17
* Replaced DatabaseCreation sql methods by schema editor eq...Claude Paroz2014-12-231-49/+15
* Fixed #23975 -- Restored pre_migrate signal if all apps h...Tim Graham2014-12-171-0/+1
* Fixed #20968 -- Checked Spatialite metadata before migrat...Claude Paroz2014-12-081-0/+2
* Removed redundant skip_checks option for call_commandClaude Paroz2014-10-201-2/+2
* Revert "Fixed #23650 -- Prevented migrate from calling ch...Claude Paroz2014-10-201-1/+0
* Renamed skip_validation into skip_checks as the former is...Loic Bistuer2014-10-191-1/+1
* Fixed #23650 -- Prevented migrate from calling checks 3 t...Claude Paroz2014-10-171-0/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-22/+86
* Fixed #23327 -- Added 'zero' syntax to migrate help messageareski2014-08-221-1/+1
* Removed unused migrate optionClaude Paroz2014-08-091-1/+0
* Fixed #22487: Don't flush out data from before normal Tes...Andrew Godwin2014-06-241-0/+12
* Clean up syncdb parts of migrate output if no synced appsAndrew Godwin2014-06-221-3/+3
* Swapped placeholders in [sql]migrate command errorClaude Paroz2014-06-201-2/+4
* Fixed #22863: Improve clarity of makemigrations for non-d...Andrew Godwin2014-06-201-1/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-141-24/+24
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-301-1/+1
* Fixed #22511 -- Added args to migrations management comma...Bruno Ribeiro da Silva2014-04-301-0/+1
* Fixed migrate when called inside a transaction.Florian Apolloner2014-04-211-2/+2
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-6/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21969: Fix behaviour of initial_data with migrated...Andrew Godwin2014-02-091-1/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-94/+99
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-2/+2
* Changed get_migratable_models to use an app config.Aymeric Augustin2013-12-291-1/+1
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Made the AppConfig API marginally more consistent.Aymeric Augustin2013-12-261-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-17/+17
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-4/+3
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-1/+1