summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
2009-03-29Removed an inadvertent raise statement added in [8777] and added the printing...Gary Wilson Jr
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-03-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-24Fixed #10589 -- Removed duplicated model definition in null_fk_ordering regre...Russell Keith-Magee
2009-03-24Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-23Fixed a false failure in the test suite when running Oracle.Ian Kelly
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss