summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Update for 1.7b2 security release.1.7b2James Bennett
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] 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-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] Adapted fixture read mode to file typeClaude Paroz
2014-04-18[1.7.x] Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-17[1.7.x] Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-17[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17[1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
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-11[1.7.x] Improved a comment. Thanks intgr for the report.Aymeric Augustin
2014-04-10[1.7.x] Increased robustness of 58161e4e. Refs #22291.Aymeric Augustin
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 #22321 -- Wrapped exceptions in _set_autocommit.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 #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.7.x] Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check fram...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-07[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-04-03[1.7.x] Refactored and commented strip_tags utilityTomasz Wysocki
2014-04-03[1.7.x] Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` obje...Simon Charette
2014-04-03[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-03-31[1.7.x] Fixed #22362 -- Improved AuthenticationMiddleware assertion message.Tim Graham
2014-03-31[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
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 typo in docstring.Tim Graham
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-29[1.7.x] Increased memoization cache size for language codes.Aymeric Augustin
2014-03-29[1.7.x] Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-27[1.7.x] Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-26[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.Simon Charette
2014-03-26[1.7.x] Fixed Python 3.4 test failure.Tim Graham
2014-03-25[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.Loic Bistuer
2014-03-25[1.7.x] Fixed field deconstruction tests failures introduced by 1506c71a95.Simon Charette
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette