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
/
tests
/
regressiontests
Age
Commit message (
Expand
)
Author
2009-03-31
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
Jacob Kaplan-Moss
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-31
Fixed #10667 -- Added missing sys import.
Gary Wilson Jr
2009-03-31
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...
Jacob Kaplan-Moss
2009-03-31
Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...
Jacob Kaplan-Moss
2009-03-31
Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...
Joseph Kocherhans
2009-03-30
Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...
Jacob Kaplan-Moss
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...
Gary Wilson Jr
2009-03-30
Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...
Gary Wilson Jr
2009-03-30
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...
Joseph Kocherhans
2009-03-30
Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...
Gary Wilson Jr
2009-03-30
Made the template tests error output a bit more pretty.
Gary Wilson Jr
2009-03-29
Removed an inadvertent raise statement added in [8777] and added the printing...
Gary Wilson Jr
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-29
Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...
Brian Rosner
2009-03-25
Template filters now pass numerical arguments through as numbers.
Malcolm Tredinnick
2009-03-24
Fixed #10589 -- Removed duplicated model definition in null_fk_ordering regre...
Russell Keith-Magee
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-24
A bunch of improvements for conditional HTTP processing.
Malcolm Tredinnick
2009-03-23
Fixed a false failure in the test suite when running Oracle.
Ian Kelly
2009-03-23
Fixed #9282: added a generic comment moderation toolkit. See the documentatio...
Jacob Kaplan-Moss
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-23
Fixed #5756, #6296 -- Most template tags can now handle filters in arguments.
Malcolm Tredinnick
2009-03-23
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2009-03-23
Removed an invalid template test (translating an empty string is a bad idea).
Malcolm Tredinnick
2009-03-22
Fixed #10581 -- Fixed conditional handling of If-Match headers.
Malcolm Tredinnick
2009-03-22
Fixed #8962 -- Consistently support format and input_format in the various (i...
Karen Tracey
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2009-03-22
Fixed deferred loading of fields with default values.
Malcolm Tredinnick
2009-03-21
Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...
Jacob Kaplan-Moss
2009-03-20
Fixed #2698 -- Fixed deleting in the presence of custom managers.
Malcolm Tredinnick
2009-03-20
Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #10482 -- Unified access to response.context when inspecting responses ...
Russell Keith-Magee
2009-03-18
Fixed #10526 -- More fixes when specifying installed apps using "foo.*".
Malcolm Tredinnick
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2009-03-17
Fixed #10517 -- Corrected cache name for file-based cache tests so that the f...
Russell Keith-Magee
2009-03-15
Use plain model.Manager, or suitable proxy, for model saving.
Malcolm Tredinnick
2009-03-14
Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....
Russell Keith-Magee
2009-03-13
Fixed #10238: coerce TextField values to unicode in the oracle backend.
Ian Kelly
2009-03-12
Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...
Russell Keith-Magee
2009-03-11
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...
Russell Keith-Magee
2009-03-10
Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...
Ian Kelly
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-03-10
Fixed #10439 -- Fixed a subtle test failure caused by r9994.
Malcolm Tredinnick
2009-03-10
Fixed #10443 -- Fixed model attribute updating after r10003.
Malcolm Tredinnick
2009-03-10
Added an editorial comment to a test.
Malcolm Tredinnick
2009-03-08
Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
[prev]
[next]