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
2015-08-19
Fixed #25285 -- Provided unknown command message with plain django-admin.py
Claude Paroz
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-02-17
Refs #24324 -- Fixed management command discovery on non-ASCII paths.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed the syncdb command per deprecation timeline.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-05
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2014-12-26
Replaced sqlall in some bash_completion/admin_scripts tests.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-20
Fixed #23685 -- Made call_command skip checks by default
Claude Paroz
2014-09-25
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Marco Buttu
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-13
Fixed flake8 warning.
Tim Graham
2014-08-12
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-27
Argument to `reversed` must be a sequence on Py3.
Simon Charette
2014-05-27
Fix a regression introduced by f011b90363.
Simon Charette
2014-05-27
Removed an old compatibility shim added in 1.0
Claude Paroz
2014-05-27
Fixed #21630 -- Simplified management command discovery
Claude Paroz
2014-05-27
Fixed #22699 -- Configure default settings in some management commands.
Aymeric Augustin
2014-05-18
Removed some unnecessary exception naming; thanks claudep.
Tim Graham
2014-05-16
Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not found
Claude Paroz
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
[prev]
[next]