summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-18Added new tests I forgot to include in [16038].Ramiro Morales
2011-04-18Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...Ramiro Morales
2011-04-17Fixes #15721 -- Make {% include %} and RequestContext work together again.Chris Beaven
2011-04-17Fixes #15814 -- Added a test util to abstract the process of using a test tem...Chris Beaven
2011-04-13Fixes Paginator.validate_number not raising a PageNotAnInteger exception when...Chris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-02Fixed #15704 -- Made cache tests more reusable by moving the backend path int...Adrian Holovaty
2011-04-02Refactored views regression tests to isolate generic views from the root URL ...Russell Keith-Magee
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