summaryrefslogtreecommitdiff
path: root/django/core/management/__init__.py
AgeCommit message (Expand)Author
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-03Merge pull request #6389 from Dunedan/ticket_25420Dunedan
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2015-10-18Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.Aymeric Augustin
2015-10-03Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-09Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.Daniel Hahler
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-02-17Refs #24324 -- Fixed management command discovery on non-ASCII paths.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2015-01-05Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz
2014-12-26Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-10-20Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz
2014-09-25Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-13Fixed flake8 warning.Tim Graham
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-27Argument to `reversed` must be a sequence on Py3.Simon Charette
2014-05-27Fix a regression introduced by f011b90363.Simon Charette
2014-05-27Removed an old compatibility shim added in 1.0Claude Paroz
2014-05-27Fixed #21630 -- Simplified management command discoveryClaude Paroz
2014-05-27Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
2014-05-18Removed some unnecessary exception naming; thanks claudep.Tim Graham
2014-05-16Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not foundClaude Paroz
2014-01-12Fixed #21770 -- Updated autocomplete for app-loading.Aymeric Augustin
2014-01-06Avoided catching ImproperlyConfigured on django.setup().Aymeric Augustin
2014-01-02Moved django.setup() to ManagementUtilityClaude Paroz
2014-01-01Adjusted previous commit for Python 3.Aymeric Augustin
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2013-12-31Oops.Aymeric Augustin
2013-12-31Called django.setup() explicitly in management commands.Aymeric Augustin
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Populated the app registry earlier at startup.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-03Fixed all E226 violationsAlex Gaynor