index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2011-03-19
Fixed #15632 -- Ignore unrelated content in template multi-line comment block...
Ramiro Morales
2011-03-19
Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...
Russell Keith-Magee
2011-03-18
Fixed staticfiles test that was broken on Windows due to the result of the st...
Jannis Leidel
2011-03-18
Added staticfiles test case for filenames with medial capitals.
Jannis Leidel
2011-03-17
Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...
Russell Keith-Magee
2011-03-16
Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...
Adrian Holovaty
2011-03-15
Fixed #15617 - CSRF referer checking too strict
Luke Plant
2011-03-15
Added file mistakenly ommitted from r15819
Russell Keith-Magee
2011-03-15
Fixed #15575 -- Corrected handling of pagination in generic views to match do...
Russell Keith-Magee
2011-03-15
Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...
Russell Keith-Magee
2011-03-15
Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...
Russell Keith-Magee
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-14
Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...
Adrian Holovaty
2011-03-10
Fixed #15572 - include with "only" option discards context properties (such a...
Luke Plant
2011-03-10
Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...
Luke Plant
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-03-09
Fixed a test that was failing in Oracle due to default ordering assumptions.
Ian Kelly
2011-03-09
Fixed a number of tests that were failing in Oracle due to false assumptions ...
Ian Kelly
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-03-08
Fixed field names that were preventing the tests from running in Oracle.
Ian Kelly
2011-03-08
Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...
Russell Keith-Magee
2011-03-04
Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...
Russell Keith-Magee
2011-03-04
Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....
Russell Keith-Magee
2011-03-04
Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...
Russell Keith-Magee
2011-03-04
Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...
Russell Keith-Magee
2011-03-03
Fixed #15544 -- Corrected a test failure in the generic views tests that depe...
Russell Keith-Magee
2011-03-03
Fixed #15545 -- Corrected the admin filterspecs tests to be non-dependent on ...
Russell Keith-Magee
2011-03-03
Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...
Ramiro Morales
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2011-03-03
Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...
Jannis Leidel
2011-03-03
Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...
Jannis Leidel
2011-03-03
Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...
Russell Keith-Magee
2011-03-02
Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...
Jannis Leidel
2011-03-02
Fixed #4992 -- Respect the GET request query string when creating cache keys....
Jannis Leidel
2011-03-02
Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...
Jannis Leidel
2011-03-01
Fixed #15281 -- Made the static view use an iterator when serving a file, eff...
Jannis Leidel
2011-03-01
Added file missing from [15696], sorry for breakage.
Luke Plant
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2011-03-01
Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...
Ramiro Morales
2011-02-28
Fixed #13433 -- Changed default behavior of Django email message wrappers to ...
Ramiro Morales
2011-02-27
Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
2011-02-26
Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...
Russell Keith-Magee
2011-02-26
Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...
Russell Keith-Magee
2011-02-26
Revert [15653], which was absolutely not ready to be committed.
Alex Gaynor
2011-02-26
Beginnings of test conversion.
Alex Gaynor
2011-02-26
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...
Ramiro Morales
2011-02-25
Fixed #8528 -- Ensure that null values are displayed as a filtering option in...
Russell Keith-Magee
[next]