summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-08-23[1.3.X] Corrected the setup and teardown of the refactored invalid_models tes...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16201 -- Ensure that requests with Content-Length=0 don't brea...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16681 -- Refactored the invalid_models unit test so that it ca...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee
2011-07-14[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales
2011-05-30[1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-05-25[1.3.X] Changed utils/decorators.py tests to use RequestFactoryLuke Plant
2011-05-10[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-05-05[1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now ...Chris Beaven
2011-04-23[1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer
2011-04-22[1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not worki...Chris Beaven
2011-04-22[1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-22[1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in...Jannis Leidel
2011-04-18[1.3.X] Fixed #15848 -- Fixed regression introduced in [15882] in makemessage...Ramiro Morales
2011-04-02[1.3.X] Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST...Russell Keith-Magee
2011-03-28[1.3.X] Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-18Fixed staticfiles test that was broken on Windows due to the result of the st...Jannis Leidel
2011-03-18Added staticfiles test case for filenames with medial capitals.Jannis Leidel
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-15Added file mistakenly ommitted from r15819Russell Keith-Magee
2011-03-15Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee
2011-03-15Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...Russell Keith-Magee
2011-03-15Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-14Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-03-10Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-09Fixed a test that was failing in Oracle due to default ordering assumptions.Ian Kelly
2011-03-09Fixed a number of tests that were failing in Oracle due to false assumptions ...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-03-08Fixed field names that were preventing the tests from running in Oracle.Ian Kelly
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-04Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...Russell Keith-Magee
2011-03-04Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....Russell Keith-Magee
2011-03-04Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...Russell Keith-Magee
2011-03-04Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...Russell Keith-Magee
2011-03-03Fixed #15544 -- Corrected a test failure in the generic views tests that depe...Russell Keith-Magee
2011-03-03Fixed #15545 -- Corrected the admin filterspecs tests to be non-dependent on ...Russell Keith-Magee