summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-12[1.4.x] Added additional checks in is_safe_url to account for flexible parsing.Tim Graham
2014-05-12[1.4.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-04-23[1.4.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-21[1.4.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.4.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.4.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-19[1.4.x] Fixed random aggregation_regress test_more_more_more() failureTim Graham
2013-12-02[1.4.x] Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-11-01Fixed SyntaxError on Python 2.5 caused by a @unittest.skipIf class decoration.Loic Bistuer
2013-09-11Fixed failing test introduced by 87d2750b39.Loic Bistuer
2013-09-10[1.4.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-08-17[1.4.x] Fixed #20904: Test failure on OracleShai Berger
2013-08-16[1.4.x] Fixed #20906 -- Fixed a dependence on set-ordering in testsLuke Plant
2013-08-16[1.4.x] Fixed #20905 -- Fixed an Oracle-specific test case failureAnssi Kääriäinen
2013-08-13Fixed regression in validation tests since example.com is available via https...Florian Apolloner
2013-07-10[1.4.x] Fixed #19196 -- Added test/requirementsTim Graham
2013-02-21[1.4.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-19[1.4.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.4.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.4.x] Restrict the XML deserializer to prevent network and entity-expansion...Carl Meyer
2013-02-19[1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-13[1.4.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10[1.4.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-10[1.4.x] Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2012-12-10[1.4.X] Fixed a test failure in the comment tests.Florian Apolloner
2012-12-10[1.4.X] Fixed a security issue in get_host.Florian Apolloner
2012-12-10[1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner
2012-12-04[1.4.x] Fixed the admin_filters tests for Postgres.Julien Phalip
2012-12-03[1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...Sebastián Magrí
2012-11-24[1.4.x] Fixed ordering-related failure in m2m_through_regress testsAnssi Kääriäinen
2012-11-24[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.Aymeric Augustin
2012-11-24[1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-10-28[1.4.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-10-18Added missed poisoned host header test changesPreston Holmes
2012-10-13[1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% blocktr...Julien Phalip
2012-10-11[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-09-15[1.4.X] Fixed #18530 -- Fixed a small regression in the admin filters where w...Julien Phalip
2012-09-02[1.4.x] Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-09-01[1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-07-30[1.4.x] Fixed a security issue in http redirects. Disclosure and new release ...Florian Apolloner
2012-06-04[1.4.x] readd imports deleted in 4d2fddFlorian Apolloner
2012-06-03[1.4.X] Fixed #18379 -- Made the sensitive_variables decorator work with obje...Julien Phalip
2012-05-27[1.4.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman
2012-05-08[1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable.Aymeric Augustin
2012-04-11[1.4.X] Fixed #18027 -- Removed an HTMLParser test that doesn't raise any mor...Claude Paroz
2012-04-10[1.4.X] Fixed #18090 -- Applied filters when running prefetch_related backwar...Aymeric Augustin
2012-04-09[1.4.X] Fixed #18086 -- Restored '-pk' as the default order in the admin chan...Julien Phalip
2012-03-31[1.4.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip
2012-03-22Reverted parts of r16963 to fix a regression on the creation of permissions o...Aymeric Augustin
2012-03-22Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...Aymeric Augustin