summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales2011-03-192-2/+58
* Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee2011-03-191-0/+28
* Fixed staticfiles test that was broken on Windows due to the result of the st...Jannis Leidel2011-03-181-3/+4
* Added staticfiles test case for filenames with medial capitals.Jannis Leidel2011-03-182-0/+7
* Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee2011-03-171-2/+15
* Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty2011-03-161-0/+12
* Fixed #15617 - CSRF referer checking too strictLuke Plant2011-03-153-0/+37
* Added file mistakenly ommitted from r15819Russell Keith-Magee2011-03-151-0/+1
* Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee2011-03-151-1/+1
* Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...Russell Keith-Magee2011-03-152-0/+56
* Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee2011-03-152-1/+49
* Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty2011-03-143-3/+3
* Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss2011-03-141-4/+0
* Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty2011-03-144-0/+29
* Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant2011-03-101-0/+4
* Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant2011-03-102-23/+1
* Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly2011-03-0910-133/+146
* Fixed a test that was failing in Oracle due to default ordering assumptions.Ian Kelly2011-03-091-14/+14
* Fixed a number of tests that were failing in Oracle due to false assumptions ...Ian Kelly2011-03-093-90/+105
* Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly2011-03-081-1/+4
* Fixed field names that were preventing the tests from running in Oracle.Ian Kelly2011-03-083-6/+5
* Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee2011-03-081-1/+5
* Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...Russell Keith-Magee2011-03-041-9/+12
* Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....Russell Keith-Magee2011-03-041-8/+11
* Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...Russell Keith-Magee2011-03-041-11/+15
* Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...Russell Keith-Magee2011-03-042-2/+5
* Fixed #15544 -- Corrected a test failure in the generic views tests that depe...Russell Keith-Magee2011-03-031-0/+1
* Fixed #15545 -- Corrected the admin filterspecs tests to be non-dependent on ...Russell Keith-Magee2011-03-031-21/+25
* Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales2011-03-031-1/+15
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-0387-1028/+1028
* Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...Russell Keith-Magee2011-03-032-1/+85
* Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee2011-03-032-9/+0
* Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel2011-03-032-1/+55
* Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel2011-03-031-0/+24
* Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee2011-03-032-0/+33
* Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel2011-03-021-0/+3
* Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel2011-03-021-3/+36
* Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel2011-03-021-16/+8
* Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel2011-03-011-8/+16
* Added file missing from [15696], sorry for breakage.Luke Plant2011-03-011-0/+6
* Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant2011-03-013-5/+118
* Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales2011-03-012-6/+27
* Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales2011-02-281-2/+8
* Fixed #15368 - test failures due to regression with RequestContextLuke Plant2011-02-274-0/+20
* Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...Russell Keith-Magee2011-02-261-0/+10
* Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...Russell Keith-Magee2011-02-261-2/+2
* Revert [15653], which was absolutely not ready to be committed.Alex Gaynor2011-02-262-1382/+1358
* Beginnings of test conversion.Alex Gaynor2011-02-262-1358/+1382
* Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales2011-02-264-5/+78
* Fixed #8528 -- Ensure that null values are displayed as a filtering option in...Russell Keith-Magee2011-02-253-0/+182