summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25[1.7.x] Set some transaction-related feature flags on SQLite.Aymeric Augustin
2014-04-25[1.7.x] Fixed #22498 -- constraint name was not quoted in FK creation SQLShai Berger
2014-04-25[1.7.x] Made sure cursor.close() does not complain if cursor is already close...Shai Berger
2014-04-24[1.7.x] Fixed #22499 -- Fixed a typo in an admin_views test that caused failu...Tim Graham
2014-04-24[1.7.x] Renamed Transifex project from django-core to djangoClaude Paroz
2014-04-24[1.7.x] Ignored repeated calls to connection.close().Aymeric Augustin
2014-04-24[1.7.x] Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin
2014-04-23[1.7.x] Used the same instance of atomic for entry and exit.Aymeric Augustin
2014-04-23[1.7.x] Wrapped migrations in a transaction only on DBs with transactional DDL.Aymeric Augustin
2014-04-23[1.7.x] Set compile messages options as class variableClaude Paroz
2014-04-23[1.7.x] Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box
2014-04-23[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-23[1.7.x] Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23[1.7.x] Used migration framework in GIS test tearDownClaude Paroz
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22[1.7.x] Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-22[1.7.x] Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-22[1.7.x] Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-22[1.7.x] Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-22[1.7.x] Fixed #22478 -- Regression in test label discovery.Preston Timmons
2014-04-22[1.7.x] Added 1.6.4 release note stub.Tim Graham
2014-04-22[1.7.x] Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21[1.7.x] Update for 1.7b2 security release.1.7b2James Bennett
2014-04-21[1.7.x] Added information on resolved security issues to release notes.Erik Romijn
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] Corrected the section identifier for MySQL unicode reference.Matt Lauber
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-19[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.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] Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-18[1.7.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
2014-04-18[1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
2014-04-18[1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from Mode...Tim Graham
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-18[1.7.x] Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-18[1.7.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-18[1.7.x] Fixed #22464 - included contrib/gis/static in tarballMoayad Mardini
2014-04-18[1.7.x] Fixed a test failure introduced by 214d1e1b0f.Simon Charette
2014-04-17[1.7.x] Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
2014-04-17[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham