summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-11-25[1.5.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-10-06[1.5.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-09-08[1.5.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-20[1.5.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.5.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-07-14[1.5.x] Revert "Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet."Ramiro Morales
2014-07-14[1.5.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-05-12[1.5.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-12[1.5.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-04-23[1.5.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-21[1.5.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.5.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.5.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2013-12-02[1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-10-21Oracle defer test failure; refs #16436.Tim Graham
2013-10-09[1.5.x] Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-10-01[1.5.x] Fixed #21203 -- resolve_columns fields misalignmentMichael Manfre
2013-09-27[1.5.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-25[1.5.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-22[1.5.x] Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22[1.5.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-18Revert "[1.5.x] Silenced last sporadic failure on 1.5."Florian Apolloner
2013-09-18[1.5.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-17[1.5.x] Silenced last sporadic failure on 1.5.Florian Apolloner
2013-09-15[1.5.x] (Hopefully) fixed a failure in a selenium test.Florian Apolloner
2013-09-14Fixed #21102 -- pickling a QuerySet with prefetches twiceMinjong Chung
2013-09-10[1.5.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-07-29[1.5.x] Fixed qs ordering related randomly failing testAnssi Kääriäinen
2013-07-28[1.5.x] Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-07-27[1.5.x] assertEquals -> assertEqualTim Graham
2013-07-27[1.5.x] Fixed #19607 - prefetch_related crashLuke Plant
2013-07-13[1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham
2013-07-10[1.5.x] Fixed #19196 -- Added test/requirementsTim Graham
2013-07-04[1.5.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...Tim Graham
2013-05-21[1.5.x] Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-05-21[1.5.x] Fixed prefetch_related + pickle regressionsAnssi Kääriäinen
2013-05-20[1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-07[1.5.x] Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeE...Tai Lee
2013-05-05[1.5.x] Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaab...Florian Apolloner
2013-04-12[1.5.x] Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12[1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.la...Baptiste Mispelon
2013-04-11[1.5.x] Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-04-05[1.5.x] Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-01[1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas...Julien Phalip
2013-03-27[1.5.x] Correctly restore warning capture after logging tests.Jacob Kaplan-Moss
2013-03-27[1.5.x] Fixed logging-related test failure introduced by e79b857.Jacob Kaplan-Moss