summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-03-27[1.5.x] Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-26[1.5.x] Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-22[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-22[1.5.x] Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-20[1.5.x] Revert "Fixed #19895 -- Made second iteration over invalid queryset r...Claude Paroz
2013-02-25[1.5.x] Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-25[1.5.x] Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAd...Claude Paroz
2013-02-25[1.5.x] Changed testing strategy used in 6b03179e.Aymeric Augustin
2013-02-24[1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass using...Simon Charette
2013-02-23[1.5.x] Fixed #19895 -- Made second iteration over invalid queryset raise an ...Grzegorz Nosek
2013-02-23[1.5.x] Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-21[1.5.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20[1.5.x] Fixed #19672 -- Error in negated Q() filteringAnssi Kääriäinen
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.5.x] Restricted the XML deserializer to prevent DoS attacks.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-16[1.5.x] Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-15[1.5.x] Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-13[1.5.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10[1.5.x] Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-08[1.5.x] Cleaned up some lingering signals in the test suite that were causing...Julien Phalip
2013-02-06[1.5.x] Fixed a typo in the test suite that was causing some spurious failure...Julien Phalip
2013-02-06Partially revert 9efe1a721, strip_tags improvementsClaude Paroz