summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2015-12-31Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-22Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne
2015-12-21Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(...Tim Graham
2015-12-21Fixed #25855 -- Enhanced the migration warning for runserver.Emre Yilmaz
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-25Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.Jacek Bzdak
2015-11-19Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz
2015-11-18Removed redundant termcolors.Tim Graham
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-14Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-10-25Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
2015-10-22Fixed #25589 -- Allowed startapp/project to create apps with Unicode characte...Yoong Kang Lim
2015-10-18Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.Aymeric Augustin
2015-10-05Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne
2015-10-03Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #23359 -- Removed the migrate --list option per deprecation timeline.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-15Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-09Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.Daniel Hahler
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-28Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham
2015-08-24Fixed #25047 -- Improved "Conflicting migrations" error message.Tim Graham
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-07-21Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...Tim Graham
2015-07-14Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-13Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert
2015-06-11Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann
2015-06-09Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby