summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-03-18[1.6.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-02-06[1.6.x] Fix an encoding preamble so the tests pass on 2.7.9.Carl Meyer
2015-01-16[1.6.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Pyt...Tim Graham
2015-01-14[1.6.x] Fixed a static view test on Windows.Tim Graham
2015-01-13[1.6.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.6.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.6.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2014-11-25[1.6.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-09-29[1.6.x] Required numpy < 1.9 for tests; refs #23489.Tim Graham
2014-09-08[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-19[1.6.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-07-29[1.6.x] Added a missing skipUnlessDBFeature for the previous commit.Tim Graham
2014-07-29[1.6.x] Fixed #20292: Pass datetime objects (not formatted dates) as params t...Shai Berger
2014-07-24[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-16[1.6.x] Added Chrome/IE support for a selenium test.Tim Graham
2014-07-16[1.6.x] PEP8 cleanupAnssi Kääriäinen
2014-07-16[1.6.x] Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl
2014-07-14[1.6.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-06-23[1.6.x] Created import-time test temp dirs in known locationClaude Paroz
2014-06-20[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-05-16[1.6.x] Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
2014-05-14[1.6.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-14[1.6.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-05-10[1.6.x] Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
2014-05-05[1.6.x] Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-05-02[1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-04-23[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.6.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.6.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-13[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-10[1.6.x] Fixed #21202 -- Maintained atomicity when the server disconnects.Aymeric Augustin
2014-04-10[1.6.x] Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10[1.6.x] Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin
2014-04-10Fixed a broken test introduced in 6fa7d7c5. Refs #21553.Aymeric Augustin
2014-04-10[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09[1.6.x] Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-04-01Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-31[1.6.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.Loic Bistuer
2014-03-31[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-30[1.6.x] Fixed #22338 -- Fixed a test dependent on dictionary key iteration or...Tim Graham
2014-03-22[1.6.x] Tweaked strip_tags tests to pass on Python 3.3Claude Paroz