summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-04-25Made sure cursor.close() does not complain if cursor is already closed on OracleShai Berger
2014-04-24Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin
2014-04-24Ignored repeated calls to connection.close().Aymeric Augustin
2014-04-23Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry
2014-04-23Used the same instance of atomic for entry and exit.Aymeric Augustin
2014-04-23Wrapped migrations in a transaction only on DBs with transactional DDL.Aymeric Augustin
2014-04-23Set compile messages options as class variableClaude Paroz
2014-04-23Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box
2014-04-23Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23Used migration framework in GIS test tearDownClaude Paroz
2014-04-23Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons
2014-04-22Use the stdlib's compare_digest for constant time comparisons when availableAlex Gaynor
2014-04-22Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-21Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-21Fixed PostGIS remove_field implementationClaude Paroz
2014-04-21Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed migrate when called inside a transaction.Florian Apolloner
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Adapted fixture read mode to file typeClaude Paroz
2014-04-18Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-17Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17Merge pull request #2582 from alex/stdlib-pbkdf2hmacDonald Stufft
2014-04-17Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-04-17For another dayAlex Gaynor
2014-04-17Typo fixAlex Gaynor
2014-04-17Use the stdlib's PBKDF2 implementation when available.Alex Gaynor
2014-04-17Fixed #22397 -- Issues removing M2M field with explicit through model.Andrew Gorcester
2014-04-16Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...Tim Graham
2014-04-16Fixed #22434 -- Retain ordering on related sliced subqueries.Justin Hamade
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-16Fixed #22460 -- Explicity remove constraints when dropping a related field.Motiejus Jakštys
2014-04-14Fixed #22356 -- Added a check to make sure unique_together fields are local.Marc Egli
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-04-13Fixed #22350 -- Consistently serialize bytes and text in migrations.Simon Charette
2014-04-13Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.valtron
2014-04-12Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-04-11Improved a comment. Thanks intgr for the report.Aymeric Augustin
2014-04-10Increased robustness of 58161e4e. Refs #22291.Aymeric Augustin
2014-04-10Fixed #21202 -- Maintained atomicity when the server disconnects.Aymeric Augustin
2014-04-10Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin