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
Age
Commit message (
Expand
)
Author
2010-04-19
[1.1.X] Fixed #13374 -- Corrected some more minor issues causing problems for...
Russell Keith-Magee
2010-03-31
[1.1.X] Fixed #13253 -- Updated the help message for dumpdata to indicate tha...
Russell Keith-Magee
2010-03-21
[1.1.X] Fixed #12286: Ensure proxied model's table is created.
Karen Tracey
2010-03-13
[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...
Karen Tracey
2010-03-12
[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...
Russell Keith-Magee
2010-02-26
[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...
Russell Keith-Magee
2010-02-23
[1.1.X] Fixed #11859. Allowed subclasses of tuple or list for choice options....
Joseph Kocherhans
2010-02-22
[1.1.X] Fixed #12655 - diffsettings command now returns the diff instead of p...
Jannis Leidel
2010-02-16
[1.1.X] Fixed #4695 - Worked around a problem of xgettext ignoring some trans...
Jannis Leidel
2010-02-16
[1.1.X] Fixed #11284 - Stop forcing the use of the djangojs domain when the "...
Jannis Leidel
2010-02-14
[1.1.X] Fixed #6054: work around PIL's installation brokeness by detecting ei...
Jacob Kaplan-Moss
2010-02-11
[1.1.X] Fixed #11623 -- Corrected table name quoting in db cache backend. Tha...
Russell Keith-Magee
2010-01-27
[1.1.X] Fixed #11969 -- `Field.post_create_sql` hook should not be called for...
Justin Bronn
2010-01-03
[1.1.X] Fixed #11615 -- Changed test runners to use an exit status code of 1 ...
Gary Wilson Jr
2009-12-19
[1.1.X] Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant
2009-09-10
Fixed #11621 - don't copy .pyo and .py.class files from example app/project
Luke Plant
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
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-05-12
Fixed #9751: admin scripts now calculate the project directory correctly when...
Jacob Kaplan-Moss
2009-04-12
Fixed #10234 -- Improved error message when internationalizing templates.
Malcolm Tredinnick
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2009-04-05
Fixed #10080: `call_command` now takes option defaults into account, sparing ...
Jacob Kaplan-Moss
2009-04-01
Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....
Jacob Kaplan-Moss
2009-03-31
Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.
Gary Wilson Jr
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-02-16
Merge branch 'master' into upstream-trunk
Jacob Kaplan-Moss
2009-01-19
Fixed #9789 -- Handle jython's compiled settings filename correctly.
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-29
Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt ...
Russell Keith-Magee
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-16
Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The net
Malcolm Tredinnick
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-22
Add some docstrings to the base classes for management commands. Refs #9170.
James Bennett
2008-09-17
Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n...
Adrian Holovaty
[next]