summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-04-07Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...Russell Keith-Magee
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-04-05Made a set of small test changes to avoid leaving temp files hanging around a...Karen Tracey
2009-04-05Fixed the test case from [10399] to be more robust against the order in which...Jacob Kaplan-Moss
2009-04-05Fixed #10080: `call_command` now takes option defaults into account, sparing ...Jacob Kaplan-Moss
2009-04-05Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss
2009-04-04Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...Karen Tracey
2009-04-04Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey
2009-04-04Replace test use of assertTrue with failUnless. No matter how many times we ...Karen Tracey
2009-04-04Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey
2009-04-04Fixed #10065 -- Corrected an error message when an empty urlpattern object is...Russell Keith-Magee
2009-04-04Fixed a problem when computing deferred fields on multiple related models.Malcolm Tredinnick
2009-04-04Fixed deferred fields and select_related() interaction.Malcolm Tredinnick
2009-04-04Fixed #10695 -- Fixed implementation of deferred attribute retrieval.Malcolm Tredinnick
2009-04-03Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss
2009-04-03Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...Jacob Kaplan-Moss
2009-04-03Fixed #9546: GenericRelations inherited from base models no longer query usin...Jacob Kaplan-Moss
2009-04-03Fixed #10681 -- Work around (by ignoring) invalid ETag headers.Malcolm Tredinnick
2009-04-02Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...Jacob Kaplan-Moss
2009-04-02Added tests for database introspection. Refs #9779.Jacob Kaplan-Moss
2009-04-02Fixed #10670: fixed reusing QuerySets previously used in a filter expression....Jacob Kaplan-Moss
2009-04-02Fixed the test in [10351] to work reguardless of the test settings.Jacob Kaplan-Moss
2009-04-02Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.Jacob Kaplan-Moss
2009-04-01Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...Brian Rosner
2009-04-01Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....Jacob Kaplan-Moss
2009-04-01Fixed some silly assumptions about pk's that broke the test suite under postg...Joseph Kocherhans
2009-04-01Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...Jacob Kaplan-Moss
2009-04-01Fixed #9474: user_passes_test may now be applied multiple times.Jacob Kaplan-Moss
2009-04-01Fixed #9969: choices with options groups (added in [7977]) now work correctly...Jacob Kaplan-Moss
2009-04-01Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...Jacob Kaplan-Moss
2009-04-01Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...Jacob Kaplan-Moss
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans
2009-03-31Fixed #10513: floatformat now works with floatish things, not just real float...Jacob Kaplan-Moss
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #10667 -- Added missing sys import.Gary Wilson Jr
2009-03-31Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...Jacob Kaplan-Moss
2009-03-31Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than...Jacob Kaplan-Moss
2009-03-31Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...Joseph Kocherhans
2009-03-30Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...Jacob Kaplan-Moss
2009-03-30Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-30Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-30Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss
2009-03-30Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...Gary Wilson Jr
2009-03-30Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...Gary Wilson Jr
2009-03-30Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...Joseph Kocherhans
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-30Made the template tests error output a bit more pretty.Gary Wilson Jr