Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands
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 #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-0/+11
* 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-241-7/+0
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-15/+44
* 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 #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 #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-0/+4
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-281-104/+197
* Fixed #25047 -- Improved "Conflicting migrations" error m...Tim Graham2015-08-242-2/+4
* 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-241-5/+18
* Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa2015-07-141-1/+1
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24970 -- Added --managers and --admins options to ...Rolo2015-06-221-5/+18
* 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 #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-011-8/+11
* 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
* 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