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
/
commands
Age
Commit message (
Expand
)
Author
2009-07-29
SECURITY ALERT: Corrected a problem with the Admin media handler that could l...
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-06-09
Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...
Russell Keith-Magee
2009-05-20
Fixed #10867: make the makemessages command ignore files and only process dir...
Jacob Kaplan-Moss
2009-04-12
Fixed #10234 -- Improved error message when internationalizing templates.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-04
Fixed #10381 -- Fixed some a machine-dependent test failure after r9921.
Malcolm Tredinnick
2009-03-03
Final piece (he says, hopefully) of r9945 changes.
Malcolm Tredinnick
2009-02-28
Fixed #5610 -- Added the ability for dumpdata to take individual model names,...
Russell Keith-Magee
2009-02-28
Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py
Malcolm Tredinnick
2009-01-17
Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...
Karen Tracey
2008-12-14
Remove some code in loaddata that bails out of searching for fixture files (o...
Karen Tracey
2008-12-01
Clean up the imports in loaddata.py to match other code whilst I'm in the nei...
Malcolm Tredinnick
2008-12-01
Fixed #9723 -- Not all Python distributions contain the bz2 module, so we nee...
Malcolm Tredinnick
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-10-06
Fixed #9212: Added code to check the xgettext version, and if it is lower tha...
Karen Tracey
2008-10-05
Fixed #9283 -- Deliberately silence one deprecation warning raised by python ...
Malcolm Tredinnick
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-09-17
Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n...
Adrian Holovaty
2008-09-09
Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' i...
Adrian Holovaty
2008-08-30
Fixed #8702 -- Set up the initial locale correctly for the development server.
Malcolm Tredinnick
2008-08-26
Fixed #7084 -- Fixed the "makemessages" command to handle line endings
Malcolm Tredinnick
2008-08-25
Removed outdated "adminindex" command -- the same behavior is now far easier ...
Jacob Kaplan-Moss
2008-08-25
Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple.
Malcolm Tredinnick
2008-08-16
Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...
Russell Keith-Magee
2008-08-16
Fixed #6935: Modified inspectdb to provide better handling for table names wi...
Russell Keith-Magee
2008-08-13
Refs #8138 -- Added a stealth option to the loaddata command so that the use ...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-08
Fixed #5463 -- Allow alternate file extensions on files that are translated.
Malcolm Tredinnick
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-29
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...
Malcolm Tredinnick
2008-07-26
Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"
Malcolm Tredinnick
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-11
Fixed #7421 -- Corrected the condition used during syncdb to establish that a...
Russell Keith-Magee
2008-07-11
Fixed #7597 -- Added code to force the re-opening of the cursor connection, j...
Russell Keith-Magee
2008-07-06
Fixed #7643 -- Fixed an oversight from [7844].
Malcolm Tredinnick
2008-07-06
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2008-06-30
Fixed #7572 -- Force the closure of the database connection at the end of fi...
Russell Keith-Magee
2008-06-30
Make sure we only create the minimum number of table indexes for MySQL.
Malcolm Tredinnick
2008-06-19
Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...
Russell Keith-Magee
2008-06-19
Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...
Russell Keith-Magee
2008-06-16
Fixed #6497 -- Improved fixture error reporting by displaying the entire trac...
Adrian Holovaty
2008-06-16
Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec...
Adrian Holovaty
2008-06-13
Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...
Russell Keith-Magee
2008-06-12
Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...
Adrian Holovaty
2008-06-11
Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...
Russell Keith-Magee
[next]