index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-28
[1.7.x] Fixed #21630 -- Simplified management command discovery
Claude Paroz
2014-05-27
[1.7.x] Fixed #22699 -- Configure default settings in some management commands.
Aymeric Augustin
2014-01-12
Fixed #21770 -- Updated autocomplete for app-loading.
Aymeric Augustin
2014-01-06
Avoided catching ImproperlyConfigured on django.setup().
Aymeric Augustin
2014-01-02
Moved django.setup() to ManagementUtility
Claude Paroz
2014-01-01
Adjusted previous commit for Python 3.
Aymeric Augustin
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2013-12-31
Oops.
Aymeric Augustin
2013-12-31
Called django.setup() explicitly in management commands.
Aymeric Augustin
2013-12-30
Merged Apps.populate_apps() and populate_models().
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-21
Fixed #19724 -- Output note when showing only core management commands
Claude Paroz
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21284 -- Prevented KeyError swallowing in fetch_command
Claude Paroz
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-02-04
Revert "Fixed #19724 -- Output error when settings are improperly configured"
Claude Paroz
2013-02-04
Fixed #19724 -- Output error when settings are improperly configured
Claude Paroz
2012-12-29
Removed django.core.management.setup_environ and execute_manager.
Aymeric Augustin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-07
Fixed #19257 -- Don't swallow command's KeyError in call_command
Claude Paroz
2012-09-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-08-15
Fixed the erorr handling code for missing management commands.
Alex Gaynor
2012-08-15
Make sure to explicitly close opened files.
Alex Gaynor
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex 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-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-02-09
Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...
Jannis Leidel
2012-02-07
Fixed #11745 -- Grouped commands by application in the output of `manage.py h...
Aymeric Augustin
2012-01-08
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
[next]