summaryrefslogtreecommitdiff
path: root/django
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-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-25[1.7.x] Fixed #21166 -- Reset errors_occurred flag after commit and rollback.Aymeric Augustin
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] 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] 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] 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] 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