summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Expand)Author
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone defini...Tim Graham
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-01[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-09-07[1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-07-19[1.6.x] Updated the `databases` documentationMatt Deacalion Stevens
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-05Proofed the 1.6 release notesTim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude Paroz
2013-05-24Link to active fork for ODBC backendPaul Tax
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-18Added warn note to docs about MySQL issues with 0000-00-00 date stringsJuan Catalano
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-11Added support for savepoints in SQLite.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-11-04Fixed #19090 - Added PostgreSQL connection note.Tim Graham
2012-10-12Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5Tim Graham
2012-08-16Fixed #18223 - Corrected default transaction behavior in postgresql docs.Tim Graham
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-25Fix typo.Piet Delport
2012-07-01Fixed #16882 - Clarified why one should not use 'init_command' after initial ...Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen
2012-04-21Added documentation notes about lack of database savepoints support when usin...Ramiro Morales
2012-04-21Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.Ramiro Morales
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-19Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine...Aymeric Augustin
2011-12-11Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...Aymeric Augustin
2011-11-20Fixed #17267 -- Clarified the description of MyISAM's lack of support for for...Aymeric Augustin
2011-11-13Fix #17174: Add note in the supported databases notes that MySQL can't concei...Karen Tracey
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed ReST indentation errors introduced in [16983]. Grr.Luke Plant
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-10Fixed #16592 -- More test changes and documentation to account for MySQL's ca...Russell Keith-Magee
2011-08-26Clarify the documentation around SQLite and case-sensitive string matching.Malcolm Tredinnick