index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2010-04-04
Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-03
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-02
Fixed #11956 -- Modified the handling of m2m relationships between subclasses...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-04-01
Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee
2010-03-31
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
2010-03-31
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-31
Restored pre-r10062 behavior allowing None from formfield_callback to exclude...
Brian Rosner
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-03-30
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...
Russell Keith-Magee
2010-03-29
Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in Py...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-27
Fixed #13032 - Added localize parameter to form fields to be able to selecti...
Jannis Leidel
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-03-27
Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...
Russell Keith-Magee
2010-03-26
Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...
Gary Wilson Jr
2010-03-26
Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...
Russell Keith-Magee
2010-03-25
Modified the delete test to clean up after itself properly, so that the proxy...
Russell Keith-Magee
2010-03-25
Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...
Russell Keith-Magee
2010-03-23
Fixed #13173: Made the admin_scripts tests pass when the running python execu...
Karen Tracey
2010-03-23
Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...
Russell Keith-Magee
2010-03-23
Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...
Russell Keith-Magee
2010-03-22
Fixed #12554 again: Corrected regression in silencing attribute lookups intro...
Karen Tracey
2010-03-22
Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
Karen Tracey
2010-03-21
Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,
Karen Tracey
2010-03-21
Refs: #12286 -- Add a test to verify that a proxied model's table is created in
Karen Tracey
2010-03-21
Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
Karen Tracey
2010-03-21
Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...
Jannis Leidel
2010-03-20
Fixed #12554: Silence exceptions that have specified silent_variable_failure=...
Karen Tracey
2010-03-20
Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...
Karen Tracey
2010-03-20
Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...
Russell Keith-Magee
2010-03-20
Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...
Jannis Leidel
2010-03-20
Fixed #12937 -- Corrected the operation of select_related() when following an...
Russell Keith-Magee
2010-03-20
Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...
Karen Tracey
2010-03-20
Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...
Russell Keith-Magee
2010-03-19
Fixed #13152 -- Ensure the test client saves the session before writing the s...
Russell Keith-Magee
2010-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-03-18
Fixed #13138: Ensure required=False on a model form field overrides
Karen Tracey
2010-03-16
Changed the comments post view code to avoid raising an exception if handed i...
Karen Tracey
2010-03-16
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...
Karen Tracey
2010-03-16
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...
Karen Tracey
2010-03-16
Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...
Karen Tracey
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-15
Fixed #12998 -- Corrected handling of time zones in syndication framework.
Russell Keith-Magee
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-15
Added a transaction rollback needed to clean up after the test introduced by ...
Russell Keith-Magee
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-03-13
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...
Karen Tracey
[next]