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
/
base.py
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-18
Fixed #12849 -- Corrected the way strings are encoded for display by the colo...
Russell Keith-Magee
2009-09-10
Fixed #11621 - don't copy .pyo and .py.class files from example app/project
Luke Plant
2009-03-31
Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.
Gary Wilson Jr
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-09-22
Add some docstrings to the base classes for management commands. Refs #9170.
James Bennett
2008-09-16
Fixed #9092 -- Improved validation of app/project names by startapp/startproj...
Adrian Holovaty
2008-08-10
Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...
Russell Keith-Magee
2008-07-06
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2007-12-17
Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which
Malcolm Tredinnick
2007-11-30
Edited docstring changes from [6480] -- moved the intense parameter definitio...
Adrian Holovaty
2007-10-13
Removed unneeded use of `len()` in a couple expressions.
Gary Wilson Jr
2007-10-13
Removed an unused import and a duplicate import.
Gary Wilson Jr
2007-10-13
Removed trailing whitespace.
Gary Wilson Jr
2007-10-13
Added docstring to `copy_helper` function.
Gary Wilson Jr
2007-10-13
Removed unused itertools import and organized imports to adhere to PEP 8.
Gary Wilson Jr
2007-09-21
Fixed #5516 -- Added the ability for applications to define their own managem...
Russell Keith-Magee
2007-09-15
Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, L...
Malcolm Tredinnick
2007-09-11
Got runserver auto-reloading working again by removing what appeared to be de...
Adrian Holovaty
2007-09-11
Refactored some small parts of core.management -- ManagementUtility.execute()...
Adrian Holovaty
2007-09-11
Changed core.management print_help() methods to accept a prog_name argument i...
Adrian Holovaty
2007-09-11
Renamed 'args' variables in django.core.management to 'argv' to be more clear...
Adrian Holovaty
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-31
Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...
Adrian Holovaty
2007-08-27
Changed 'validate' and 'runserver' management commands to display the number ...
Adrian Holovaty
2007-08-20
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-16
Fixed bug in django.core.management.base.copy_helper, related to refactoring ...
Adrian Holovaty
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty