Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0616-44/+52
* 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-186-128/+5
* 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 support for custom SQL per deprecation timeline.Tim Graham2015-01-174-82/+3
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-173-35/+2
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-171-45/+0
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-172-13/+5
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-171-32/+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 gettext version regexClaude Paroz2015-01-061-1/+1
* 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 #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 #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-291-5/+20
* Fixed #24054 -- Enabled sqlsequencereset for apps with mi...Tim Graham2014-12-261-2/+0
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-2/+3
* Replaced DatabaseCreation sql methods by schema editor eq...Claude Paroz2014-12-231-49/+15
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-2/+2
* 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
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-084-11/+11
* Tweaked fix for refs #23946; thanks Claude.Tim Graham2014-12-021-2/+2
* Fixed #23946 -- Fixed runserver crash when socket error c...Andriy Sokolovskiy2014-12-021-2/+2
* 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
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-0/+4
* Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras2014-11-181-15/+22
* Improved readability of negative condition in makemessagesClaude Paroz2014-11-171-1/+1
* Simplified handle_extensions management utilityClaude Paroz2014-11-171-1/+1
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-7/+8
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-111-1/+1
* Fixed #23788 -- Used new JavaScript support in recent get...Claude Paroz2014-11-111-14/+23
* Fixed #23468 -- Added checks for duplicate fixtures direc...Konrad Świat2014-10-311-3/+14
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT...Claude Paroz2014-10-271-1/+1
* Fixed #23699 -- Prevented flush from loading initial data...Tony Zhu2014-10-271-3/+7
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-211-5/+3
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-211-0/+8
* Fixed #23679 -- Fixed null introspection for char/text fi...Claude Paroz2014-10-201-2/+1
* Removed redundant skip_checks option for call_commandClaude Paroz2014-10-202-4/+4
* 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