Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management
Commit message (Expand)AuthorAgeFilesLines
* Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne2015-10-251-2/+1
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-6/+17
* Fixed #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-221-8/+15
* Fixed #25510 -- Allowed runserver to start with incorrect...Aymeric Augustin2015-10-181-4/+7
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-052-2/+13
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-031-1/+2
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-241-34/+0
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-23/+0
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-243-106/+38
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-15/+44
* Added upgrade tip in BaseCommand.option_list deprecation ...Daniel Hahler2015-09-151-0/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Fixed #25372 -- Fixed autocompletion for options of non-a...Daniel Hahler2015-09-091-1/+1
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-086-6/+11
* Fixed #25144 -- Allowed migrate to create tables for apps...Tim Graham2015-09-041-0/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-11/+0
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-292-2/+19
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-281-104/+197
* Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all ...Tim Graham2015-08-281-2/+2
* Fixed #25047 -- Improved "Conflicting migrations" error m...Tim Graham2015-08-242-2/+4
* Fixed #25285 -- Provided unknown command message with pla...Claude Paroz2015-08-191-2/+8
* Fixed #24755 -- Hid operations from dependency apps when ...Markus Holtermann2015-08-181-1/+5
* Fixed #25231 -- Added recording of squashed migrations in...mlavin2015-08-071-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-0/+4
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-242-6/+22
* Fixed #25155 -- Removed an inner class in core.management...Tim Graham2015-07-211-2/+4
* Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa2015-07-141-1/+1
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-7/+7
* Fixed #24970 -- Added --managers and --admins options to ...Rolo2015-06-221-5/+18
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-161-0/+3
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24978 -- Escaped special characters in loaddata fi...Moritz Sichert2015-06-141-1/+3
* Fixed #24950 -- Added unicode_literals to models.py in ap...Markus Holtermann2015-06-111-1/+2
* Fixed #24769 -- Cast optparse verbosity argument to an in...Rivo Laks2015-06-101-2/+5
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-051-0/+6
* Fixed #24776 -- Improved apps.get_app_config() error mess...Peter Inglesby2015-05-221-6/+6
* Fixed #24805 -- Delayed check for locale_dir in makemessagesClaude Paroz2015-05-181-2/+6
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-3/+3
* Fixed #24742 -- Made runserver.check_migrations ignore re...Claude Paroz2015-05-131-5/+13
* Allowed runserver sublcasses to easily override the defau...Matt Robenolt2015-05-121-2/+4
* Fixed #23271 -- Fixed makemessages crash/test failure for...daphshez2015-05-012-10/+13
* Fixed #24703 -- Changed squashmigrations to use a Migrati...Marten Kenbeek2015-04-251-7/+6
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Fixed #21652 -- Added notification when processing object...Yitzhak Clark2015-04-161-1/+8
* Added missing periods in migrate help messages.Joe Borg2015-04-141-2/+2
* Fixed #24560 -- Added a --dry-run mode to the createcache...Adam Chainz2015-04-091-4/+16
* Fixed #24571 -- Restored testserver positional arguments ...Claude Paroz2015-04-041-1/+0