summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-28[1.7.x] Bump version number for 1.7 beta 3 bugfix release.1.7b3James Bennett
2014-04-28[1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when ...Tim Graham
2014-04-28[1.7.x] Fix a typo in logging.txtZhaorong Ma
2014-04-28[1.7.x] Fixed #22497 -- Highlighted difference between field and class decons...Tim Graham
2014-04-27[1.7.x] Fixed #22445 -- Added how to perform a reverse data migration to topi...Tim Graham
2014-04-27[1.7.x] Improved formatting and links of migration docs.Tim Graham
2014-04-27[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.Tim Graham
2014-04-26[1.7.x] Documented django.setup().Aymeric Augustin
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-26[1.7.x] Specified 'csv and unicode' note as Python 2 onlyClaude Paroz
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25[1.7.x] Fixed #22507 -- Clarified nature of the sender argument of signalsClaude Paroz
2014-04-25[1.7.x] Fixed #21166 -- Reset errors_occurred flag after commit and rollback.Aymeric Augustin
2014-04-25[1.7.x] Fixed a confusing heading in applications docs.Aymeric Augustin
2014-04-25[1.7.x] Fixed #22504 -- Corrected domain terminology in security guide.Tim Graham
2014-04-25[1.7.x] Fixed #22422 -- Moved information about the application loading proce...Víðir Valberg Guðmundsson
2014-04-25[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...Moayad Mardini
2014-04-25[1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT defau...Malcolm Box
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
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