summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-03-19[1.2.X] Fixed #13686 -- Ensure that memcache handling of unicode values in ad...Russell Keith-Magee
2011-03-15[1.2.X] Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-10[1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause errors wi...Luke Plant
2011-03-10[1.2.X] Fixed a bunch more tests that were failing in Oracle due to false ass...Ian Kelly
2011-03-09[1.2.X] Fixed a test that was failing in Oracle due to default ordering assum...Ian Kelly
2011-03-09[1.2.X] Fixed a number of tests that were failing in Oracle due to false assu...Ian Kelly
2011-03-08[1.2.X] Added a skip for a test that fails in Oracle. Unlike other backends,...Ian Kelly
2011-03-08[1.2.X] Fixed field names that were preventing the tests from running in Orac...Ian Kelly
2011-03-04[1.2.X] Refs #15550 -- Corrected another primary-key ordering problem in the ...Russell Keith-Magee
2011-03-04[1.2.X] Fixed #15550 -- Corrected an ordering dependency in the model_forms d...Russell Keith-Magee
2011-03-04[1.2.X] Fixed #15549 -- Removed dependency on specific primary keys. Thanks t...Russell Keith-Magee
2011-03-04[1.2.X] Fixed #15548 -- Added an ordering clause to prevent test failures und...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...Ramiro Morales
2011-03-03[1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee
2011-03-03[1.2.X] Fixed wrong import introduced in r15697.Jannis Leidel
2011-03-03[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel
2011-03-03[1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel
2011-03-03[1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee
2011-03-02Fixed typo in r15710.Jannis Leidel
2011-03-02[1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel
2011-03-01[1.2.X] Added file missing from [15696], sorry for breakage.Luke Plant
2011-03-01[1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant
2011-02-28[1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales
2011-02-27[1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-26[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales
2011-02-24[1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24[1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales
2011-02-22[1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales
2011-02-21[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant
2011-02-21[1.2.X] Fixed #15349 - Bound FormSet produces bound empty_formLuke Plant
2011-02-21[1.2.X] Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant
2011-02-21[1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate ...Luke Plant
2011-02-21[1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by django...Russell Keith-Magee
2011-02-21[1.2.X] Fixed #15364 -- Ensure files are closed correctly during file tests. ...Russell Keith-Magee
2011-02-21[1.2.X] Fixed #15362: Added explicit deletion of file to test, needed now sin...Karen Tracey
2011-02-20[1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...Ramiro Morales
2011-02-20[1.2.X] Ensure render_to_string leaves the context instance stack in the stat...Chris Beaven
2011-02-19[1.2.X] Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #12893 -- Added tests to validate that the right queryset is al...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15291 -- Corrected alignment issue when actions are disabled i...Russell Keith-Magee
2011-02-17[1.2.X] Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effec...Carl Meyer
2011-02-17[1.2.X] Improved CACHE_MIDDLEWARE_ANONYMOUS_ONLY test.Carl Meyer
2011-02-15[1.2.X] Moved the test added in r15511 to a different test where it doesn't a...Jannis Leidel