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
Age
Commit message (
Expand
)
Author
2009-04-02
Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...
Jacob Kaplan-Moss
2009-04-02
Added tests for database introspection. Refs #9779.
Jacob Kaplan-Moss
2009-04-02
Fixed #10670: fixed reusing QuerySets previously used in a filter expression....
Jacob Kaplan-Moss
2009-04-02
Fixed the test in [10351] to work reguardless of the test settings.
Jacob Kaplan-Moss
2009-04-02
Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.
Jacob Kaplan-Moss
2009-04-01
Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...
Brian Rosner
2009-04-01
Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....
Jacob Kaplan-Moss
2009-04-01
Fixed some silly assumptions about pk's that broke the test suite under postg...
Joseph Kocherhans
2009-04-01
Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...
Jacob Kaplan-Moss
2009-04-01
Fixed #9474: user_passes_test may now be applied multiple times.
Jacob Kaplan-Moss
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-04-01
Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...
Jacob Kaplan-Moss
2009-04-01
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-31
Fixed #10513: floatformat now works with floatish things, not just real float...
Jacob Kaplan-Moss
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 #8746: Check data in raw_id_fields more closely. Thanks, dgouldin
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 #10413: RelatedManager.add no longer fails silenty when trying to add a...
Jacob Kaplan-Moss
2009-03-30
Fixed #10157: correctly set the related objects pk when assigning a reverse O...
Jacob Kaplan-Moss
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-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
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
[next]