summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs...Russell Keith-Magee
2011-04-02Silenced DeprecationWarning caused by testing deprecated DjangoTestRunnerRussell Keith-Magee
2011-04-02Corrected warning filter in test_client_regressRussell Keith-Magee
2011-04-02More migrations to use RedirectView instead of redirect_toRussell Keith-Magee
2011-04-02Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an...Russell Keith-Magee
2011-04-02Updated to test_client_regress to use RedirectView instead of deprecated redi...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Removed deprecated legacy connection handling for `Field.get_db_*`.Alex Gaynor
2011-03-30Cleaned up some test code.Luke Plant
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for contrib.comments forms hash.Luke Plant
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-30Removed Django 1.1 fallback for CSRF checks.Luke Plant
2011-03-28Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-28Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-26Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...Adrian Holovaty
2011-03-26Fixed #9158 -- Changed django-admin.py help to be printed to stdout instead o...Adrian Holovaty
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