summaryrefslogtreecommitdiff
path: root/django/core/management/__init__.py
AgeCommit message (Expand)Author
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-28[1.7.x] Fixed #21630 -- Simplified management command discoveryClaude Paroz
2014-05-27[1.7.x] Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
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
2012-11-07Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-08-15Fixed the erorr handling code for missing management commands.Alex Gaynor
2012-08-15Make sure to explicitly close opened files.Alex Gaynor
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-02-09Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...Jannis Leidel
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel