.. |
modeltests
|
1418da7ee4
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
|
16 年之前 |
regressiontests
|
8e350d036c
Fixed #9608: Ensured a Model's default repr() is printable even if its __unicode__ method raises a Unicode error.
|
16 年之前 |
templates
|
a64dc39fb7
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage.
|
16 年之前 |
runtests.py
|
8d98e70e42
Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers.
|
16 年之前 |
urls.py
|
f751d5b713
Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now).
|
16 年之前 |