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
2013-02-12
[1.3.x] Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-12
[1.3.x] Checked object permissions on admin history view.
Carl Meyer
2013-02-12
[1.3.x] Restrict the XML deserializer to prevent network and entity-expansion...
Carl Meyer
2013-02-12
[1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2012-12-10
[1.3.X] Fixed a test failure in the comment tests.
Florian Apolloner
2012-12-03
[1.3.X] Fixed a security issue in get_host.
Florian Apolloner
2012-11-17
[1.3.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...
Florian Apolloner
2012-10-18
Added missed poisoned host header test material
Preston Holmes
2012-07-30
[1.3.x] Fixed a security issue in http redirects. Disclosure and new release ...
Florian Apolloner
2012-05-28
Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"
Anssi Kääriäinen
2012-05-27
[1.3.x] Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-03-31
[1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...
Julien Phalip
2012-03-25
[1.3.X] Fixed #17634 -- Optimized the performance of MultiValueDict by using ...
Aymeric Augustin
2012-03-24
[1.3.X] Avoided a test failure if the settings module used to run the test su...
Aymeric Augustin
2012-03-24
[1.3.X] Fixed #16677 -- Fixed the future version of the ssi template tag to w...
Aymeric Augustin
2012-03-17
[1.3.X] Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a...
Ramiro Morales
2012-03-16
[1.3.X] Ensured that some staticfiles tests get properly cleaned up on teardo...
Julien Phalip
2012-03-01
[1.3.X] Fixed #17737 -- Stopped the collectstatic management command from cop...
Jannis Leidel
2012-02-22
[1.3.X] Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rathe...
Chris Beaven
2012-02-18
[1.3.x] Fixed #15496 -- Corrected handling of base64 file upload encoding. Ba...
Aymeric Augustin
2012-01-07
[1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17...
Aymeric Augustin
2011-12-11
[1.3.X] Fixed #16632 -- Crash on responses without Content-Type with IE. Back...
Aymeric Augustin
2011-12-03
[1.3.X] Backported the fix for #15852 -- Modified cookie parsing so it can ha...
Aymeric Augustin
2011-09-22
[1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...
Paul McMillan
2011-09-22
[1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...
Paul McMillan
2011-09-10
[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...
Russell Keith-Magee
2011-09-10
[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...
Russell Keith-Magee
2011-08-23
[1.3.X] Corrected the setup and teardown of the refactored invalid_models tes...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16201 -- Ensure that requests with Content-Length=0 don't brea...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16681 -- Refactored the invalid_models unit test so that it ca...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...
Russell Keith-Magee
2011-07-14
[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...
Ramiro Morales
2011-05-30
[1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...
Luke Plant
2011-05-25
[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...
Luke Plant
2011-05-25
[1.3.X] Changed utils/decorators.py tests to use RequestFactory
Luke Plant
2011-05-10
[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-05-05
[1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now ...
Chris Beaven
2011-04-23
[1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...
Carl Meyer
2011-04-22
[1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not worki...
Chris Beaven
2011-04-22
[1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.
Jannis Leidel
2011-04-22
[1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in...
Jannis Leidel
2011-04-18
[1.3.X] Fixed #15848 -- Fixed regression introduced in [15882] in makemessage...
Ramiro Morales
2011-04-02
[1.3.X] Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST...
Russell Keith-Magee
2011-03-28
[1.3.X] Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.
Luke Plant
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
[next]