summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-30[1.7.x] Fixed #22537 -- Add tests and improved docs for field subclass with c...Mike Fogel
2014-04-30[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields...Tim Graham
2014-04-30[1.7.x] Removed unused import.Tim Graham
2014-04-30[1.7.x] Fixed #22511 -- Added args to migrations management commands.Bruno Ribeiro da Silva
2014-04-29[1.7.x] Fixed #22447 -- Make sure custom model bases can be migrated.Simon Charette
2014-04-29[1.7.x] Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-29[1.7.x] Removed bogus, ineffective 'U' flag from codecs.open() call.Ramiro Morales
2014-04-29[1.7.x] Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin
2014-04-28[1.7.x] Added stub release notes for 1.6.5.Tim Graham
2014-04-28[1.7.x] Added dates to release notes of today's release.Tim Graham
2014-04-28[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
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