Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused import in makemessagesClaude Paroz2015-04-011-1/+0
* Refs #24500 -- Avoided locale.getpreferredencoding in mak...Claude Paroz2015-04-011-5/+4
* Fixed #24500 -- Fixed makemessages encoding problems retr...Pakal2015-03-211-10/+24
* Removed unused imports.Tim Graham2015-03-201-1/+1
* Adapted sendtestemail to be more argparse-ishClaude Paroz2015-03-201-4/+5
* Fixed #24419 -- Added sendtestemail management commandLoek van Gent2015-03-201-0/+20
* Fixed #24427 -- Stopped writing migration files in dry ru...John Giannelos2015-03-161-4/+15
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-3/+2
* Made runserver use leave_locale_aloneClaude Paroz2015-03-091-10/+4
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-1/+6
* Fixed #24369 -- Prevented crash when flushing before db m...Claude Paroz2015-03-051-1/+2
* Simplified emit_post_migrate from flush commandClaude Paroz2015-02-281-11/+4
* Revert "Fixed #24369 -- Prevented crash when `flush`ing b...Claude Paroz2015-02-281-4/+0
* Fixed #24369 -- Prevented crash when `flush`ing before db...Claude Paroz2015-02-281-0/+4
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-221-2/+2
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-3/+1
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-203-3/+3
* Refs #24324 -- Fixed makemessages crash when Django is in...Tim Graham2015-02-171-1/+2
* Refs #24324 -- Fixed management command discovery on non-...Tim Graham2015-02-171-4/+4
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0620-58/+60
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Refs #16905 -- Replaced call to removed method in runserverR3v1L2015-01-191-1/+1
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-188-277/+7
* Removed BaseCommand.validate() per deprecation timeline; ...Tim Graham2015-01-181-10/+0
* Removed dumpdata --natural option and serializers use_nat...Tim Graham2015-01-181-10/+1
* Removed the validate management command per deprecation t...Tim Graham2015-01-181-16/+0
* Removed unused imports from previous commit.Tim Graham2015-01-171-2/+1
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-171-42/+3
* Removed support for AppCommand.handle_app() per deprecati...Tim Graham2015-01-171-20/+3
* Required sqlparse for SQL splitting per deprecation timel...Tim Graham2015-01-171-18/+0
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-176-141/+4
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-173-35/+2
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-172-46/+1
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-173-31/+7
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-2/+0
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-172-38/+1
* Removed unused importClaude Paroz2015-01-141-3/+0
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-3/+3
* Fixed #24129 -- Added indicator that migrations are rende...Markus Holtermann2015-01-121-1/+9
* Fixed #24073 -- Deactivated translations when leave_local...Claude Paroz2015-01-071-9/+8
* Fixed gettext version regexClaude Paroz2015-01-061-1/+1
* Refs #23359 -- Removed double newline from output of migr...Markus Holtermann2015-01-051-2/+3
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-051-5/+5
* Show migration elapsed time when verbosity>1Claude Paroz2015-01-021-4/+12
* Fixed #23366 -- Fixed a crash with the migrate --list com...Tim Graham2014-12-311-1/+1
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-312-43/+133
* Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales2014-12-301-10/+5
* Fixed #21255 -- Closed connections after management comma...Claude Paroz2014-12-291-0/+3
* Fixed #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-291-5/+20