summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2014-03-22[1.6.x] Removed a strip_tags test for older Python versionsClaude Paroz
2014-03-22[1.6.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-13[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subcla...Claude Paroz
2014-02-28[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
2014-02-20[1.6.x] Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon
2014-02-14[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with Fore...Roger Hu
2014-02-13[1.6.x] Added a missing import in staticfiles tests.Tim Graham
2014-02-12[1.6.x] Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-05[1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon
2014-02-04[1.6.x] Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-04[1.6.x] Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-30[1.6.x] Made Oracle introspect FloatFields correctlyShai Berger
2014-01-24[1.6.x] Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-12[1.6.x] Fixed a test that was failing with PostGIS.Aymeric Augustin
2014-01-12[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin