summaryrefslogtreecommitdiff
path: root/django/core/management/__init__.py
AgeCommit message (Expand)Author
2015-02-17[1.8.x] Refs #24324 -- Fixed management command discovery on non-ASCII paths.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
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-21Fixed #19724 -- Output note when showing only core management commandsClaude Paroz
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-02-04Revert "Fixed #19724 -- Output error when settings are improperly configured"Claude Paroz
2013-02-04Fixed #19724 -- Output error when settings are improperly configuredClaude Paroz
2012-12-29Removed django.core.management.setup_environ and execute_manager.Aymeric Augustin
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz