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
2015-01-26
[1.4.x] Fixed #24158 -- Allowed GZipMiddleware to work with streaming responses
Benjamin Richter
2015-01-14
[1.4.x] Fixed a static view test on Windows.
Tim Graham
2015-01-05
[1.4.x] Prevented views.static.serve() from using large memory on large files.
Tim Graham
2015-01-05
[1.4.x] Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2015-01-05
[1.4.x] Stripped headers containing underscores to prevent spoofing in WSGI e...
Carl Meyer
2014-11-25
[1.4.x] Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-10-06
[1.4.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...
Emmanuelle Delescolle
2014-09-29
[1.4.x] Required numpy < 1.9 for tests; refs #23489.
Tim Graham
2014-09-08
[1.4.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-27
[1.4.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...
Simon Charette
2014-08-11
[1.4.x] Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-08-11
[1.4.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...
Tim Graham
2014-08-11
[1.4.x] Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-07-25
[1.4.x] Added tests/requirements/py2.txt.
Tim Graham
2014-07-14
[1.4.x] Revert "Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet."
Ramiro Morales
2014-07-14
[1.4.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.
Tim Graham
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() failure
Tim Graham
2013-12-02
[1.4.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
Alasdair Nicol
2013-11-01
Fixed SyntaxError on Python 2.5 caused by a @unittest.skipIf class decoration.
Loic Bistuer
2013-09-11
Fixed 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 Oracle
Shai Berger
2013-08-16
[1.4.x] Fixed #20906 -- Fixed a dependence on set-ordering in tests
Luke Plant
2013-08-16
[1.4.x] Fixed #20905 -- Fixed an Oracle-specific test case failure
Anssi Kääriäinen
2013-08-13
Fixed regression in validation tests since example.com is available via https...
Florian Apolloner
2013-07-10
[1.4.x] Fixed #19196 -- Added test/requirements
Tim Graham
2013-02-21
[1.4.x] Made a couple of selenium tests wait for page loaded
Anssi 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 requests
Anssi Kääriäinen
2013-02-10
[1.4.x] Fixed #19645 -- Added tests for TransactionMiddleware
Anssi 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 tests
Anssi 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_create
Anssi Kääriäinen
2012-10-28
[1.4.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
Anssi Kääriäinen
2012-10-18
Added missed poisoned host header test changes
Preston Holmes
[next]