summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-08-21[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields co...Matt Boersma
2009-07-29[1.0.X] SECURITY ALERT: Corrected a problem with the Admin media handler that...Russell Keith-Magee
2009-07-25[1.0.X] Fixed #11546 -- Modified the mail regression test to avoid getting hu...Russell Keith-Magee
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-11[1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2...Russell Keith-Magee
2009-06-29[1.0.X] Fixed #10834 -- Added bucket condition to ensure that URL resolvers w...Russell Keith-Magee
2009-06-29[1.0.X] Fixed #11392 -- Enforced a predictable result order for a couple of t...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11270 -- Modified cache template tag to prevent the creation o...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks...Russell Keith-Magee
2009-06-15[1.0.X] Fixed #9023 -- Corrected a problem where cached attribute values woul...Russell Keith-Magee
2009-06-15[1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caus...Russell Keith-Magee
2009-06-12[1.0.X] Fixed #9367 - EmailMultiAlternatives does not properly handle attachm...Luke Plant
2009-06-08[1.0.X] Fixed #10785 -- Corrected a case for foreign key lookup where the rel...Russell Keith-Magee
2009-06-03[1.0.X] Fixed #9479 -- Corrected an edge case in bulk queryset deletion that ...Russell Keith-Magee
2009-05-29[1.0.X] Fixed a few Python 2.3 incompatibilities that were causing test failu...Gary Wilson Jr
2009-05-20[1.0.X] Fixed #11134: signals recievers that disconnect during their processi...Jacob Kaplan-Moss
2009-05-20[1.0.X] Modified a test from r10787 so that the comparison order is reliable....Russell Keith-Magee
2009-05-19[1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...Russell Keith-Magee
2009-05-17[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey
2009-05-15[1.0.X] Fixed import statement in admin_views test to work with Python 2.3. Matt Boersma
2009-05-15[1.0.X] Fixed #11120 -- Corrected handling of inlines attached to inherited c...Russell Keith-Magee
2009-05-14[1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10992: fixed a bug saving inlines with custom primary key fiel...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10687: fixed request parsing when upload_handlers is empty. Th...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10243, #11043 -- Corrected handling of formsets over a Foreign...Russell Keith-Magee
2009-05-13[1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...Russell Keith-Magee
2009-05-11[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty...Russell Keith-Magee
2009-05-09[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed test suite on Oracle that was broken by using keyword "date" as...Matt Boersma
2009-05-08[1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...Russell Keith-Magee
2009-05-08Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!Jacob Kaplan-Moss
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-05-08[1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...Jacob Kaplan-Moss
2009-05-08[1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...Gary Wilson Jr
2009-05-07[1.0.X] Make sure that all uses of max_length in the test suite use values sm...Jacob Kaplan-Moss
2009-05-07[1.0.X] Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks,...Jacob Kaplan-Moss
2009-05-05[1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...Russell Keith-Magee
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-30[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...Russell Keith-Magee
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee
2009-04-22[1.0.X] Fixed the tests from [9438] to work consistantly across databases. In...Jacob Kaplan-Moss
2009-04-22[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...Jacob Kaplan-Moss
2009-04-21[1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...Karen Tracey