summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.7.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.7.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21[1.7.x] Fixed monkeypatching in a staticfiles test.Florian Apolloner
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-21[1.7.x] Further consolidated the model_inheritance tests.Aymeric Augustin
2014-04-21[1.7.x] Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin
2014-04-20[1.7.x] Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-20[1.7.x] Fixed flake8 errors.Tim Graham
2014-04-18[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18[1.7.x] Fixed a test failure introduced by 214d1e1b0f.Simon Charette
2014-04-16[1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries.Justin Hamade
2014-04-16[1.7.x] Fixed #22460 -- Explicity remove constraints when dropping a related ...Motiejus Jakštys
2014-04-13[1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-12[1.7.x] Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-12[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...Claude Paroz
2014-04-10[1.7.x] Fixed #21202 -- Maintained atomicity when the server disconnects.Aymeric Augustin
2014-04-10[1.7.x] Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10[1.7.x] Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin
2014-04-10[1.7.x] Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09[1.7.x] Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-04-08[1.7.x] Refs #21230 -- removed direct settings manipulation from signed cooki...Huu Nguyen
2014-04-07[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.Alejandro Gómez
2014-04-03[1.7.x] Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` obje...Simon Charette
2014-03-31[1.7.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.Loic Bistuer
2014-03-31[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-31[1.7.x] Fixed #22319 -- Fixed migration external dependencies when there are ...Loic Bistuer
2014-03-31[1.7.x] Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.Loic Bistuer
2014-03-30[1.7.x] Fixed #22338 -- Fixed a test dependent on dictionary key iteration or...Tim Graham
2014-03-28[1.7.x] Skipped JavascriptI18nTests if Firefox isn't properly configured.Tim Graham
2014-03-27[1.7.x] Skipped a test that errors rather than marked it as an expectedFailure.Tim Graham
2014-03-27[1.7.x] Fixed a deprecation warning on Python 3.Tim Graham
2014-03-25[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Loic Bistuer
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-25Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...Tim Graham
2014-03-25[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...Loic Bistuer
2014-03-25[1.7.x] Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans
2014-03-25[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...Ben Davis
2014-03-25[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...Stephen Burrows
2014-03-24[1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves.Daniel Hahler
2014-03-22[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-22[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-22[1.7.x] Tweaked strip_tags tests to pass on Python 3.3Claude Paroz
2014-03-22[1.7.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-21[1.7.x] Fixed flake8 warnings.Tim Graham
2014-03-21[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-03-20Fixed a small collection of flake8 violations that had snuck inAlex Gaynor