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-07
Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...
Russell Keith-Magee
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2009-04-05
Fixed the test case from [10399] to be more robust against the order in which...
Jacob Kaplan-Moss
2009-04-05
Fixed #10080: `call_command` now takes option defaults into account, sparing ...
Jacob Kaplan-Moss
2009-04-05
Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...
Jacob Kaplan-Moss
2009-04-04
Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...
Karen Tracey
2009-04-04
Fixed up the introspection code and tests added for #9779 to run under Python...
Karen Tracey
2009-04-04
Replace test use of assertTrue with failUnless. No matter how many times we ...
Karen Tracey
2009-04-04
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2009-04-04
Fixed #10065 -- Corrected an error message when an empty urlpattern object is...
Russell Keith-Magee
2009-04-04
Fixed a problem when computing deferred fields on multiple related models.
Malcolm Tredinnick
2009-04-04
Fixed deferred fields and select_related() interaction.
Malcolm Tredinnick
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-04-03
Fixed #9991: correctly introspect PostgreSQL 'real' types.
Jacob Kaplan-Moss
2009-04-03
Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...
Jacob Kaplan-Moss
2009-04-03
Fixed #9546: GenericRelations inherited from base models no longer query usin...
Jacob Kaplan-Moss
2009-04-03
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
Malcolm Tredinnick
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
[next]