summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Collapse)Author
2014-12-08[1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields ↵Jon Dufresne
used with formsets Backport of 4d27d72d149b714431b77f2f15bad1591a9602b7 from master
2014-11-04[1.7.x] Fixed links to mysqlclient in database notes.Tim Graham
Backport of e0685368c6 from master
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient. Backport of 7f089ac2e3 from master.
2014-10-10[1.7.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
Thanks marfire for the report. Backport of 9db3653670 from master
2014-08-26[1.7.x] Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used ↵Tim Graham
with USE_TZ=True. Backport of 348c89cbfb from master
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
Backport of 549284faa4 from master
2014-08-08[1.7.x] Removed some tabs in the docs.Tim Graham
Backport of 73ff4498aa from master
2014-08-02[1.7.x] Removed notes for versions of SQLite older than 5 years.Tim Graham
Backport of a9fa3d4667 from master
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
Backport of 08b85de9b7 from master
2014-06-03[1.7.x] Updated current state of MySQL Connector/Python.INADA Naoki
Backport of 7be646425f from master
2014-05-19[1.7.x] Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report. Backport of bfac6bef83 from master
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcad from master
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to ↵Erik Romijn
typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-18[1.7.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
Thanks Aymeric for the suggestion.
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
Thanks graeme.perrow at sap.com for the original report.
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
This is a partial undo of 1b142ef5dd.
2013-11-15Clarified MySQL Connector note.DanSears
2013-11-10added description of MySQL Connector/PythonDanSears
Reorganized the MySQLdb section into a "MySQL DB API Drivers" section that describes both MySQLdb and MySQL Connector/Python. Included description of the Django adaptors for these DB API drivers.
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-11-01Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
Thanks thevlad at gmail.com for the report.
2013-11-01Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
Thanks k_sze for the report.
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review.
2013-09-07Fixed #20005 -- Documented that Oracle databases need execute permission on ↵Tim Graham
SYS.DBMS_LOB. Thanks jafula for the suggestion.
2013-09-07Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.Keith Edmiston
Thanks kent at nsc.liu.se for the report.
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
The documentation and comments now all use 'an' to refer to the word SQL and not 'a'.
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: docs/ref/django-admin.txt
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-19Updated the `databases` documentationMatt Deacalion Stevens
+ Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002).
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation.
2013-06-05Proofed the 1.6 release notesTim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude Paroz
Thanks tinodb for the report.
2013-05-24Link to active fork for ODBC backendPaul Tax
It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP.
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
Current ports of MySQLdb are very buggy in this area.
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
Made a few minor compatibility adjustments.
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-03-18Added warn note to docs about MySQL issues with 0000-00-00 date stringsJuan Catalano
MySQL accepts 0000-00-00 as a valid date but MySQLdb converts those values into None. So there will be problems for instance if trying to transport the data using dumpdata/loaddata. This patch refs #6642 that has been closed as wontfix since this is a particular problem of MySQL.
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-11Added support for savepoints in SQLite.Aymeric Augustin
Technically speaking they aren't usable yet.
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
This is mostly a documentation change. It has the same backwards-incompatibility consequences as those described for PostgreSQL in a previous commit.
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
Thanks limscoder for the report and niwi for the draft patch.
2013-02-28Implemented persistent database connections.Aymeric Augustin
Thanks Anssi Kääriäinen and Karen Tracey for their inputs.
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.