Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/databases.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov2015-11-051-1/+1
|
* Fixed link to the MySQL Connector/Python Django Backend ↵Nick Williams2015-10-021-1/+1
| | | | documentation.
* Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham2015-09-241-1/+1
|
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-15/+0
|
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-7/+9
|
* Dropped support for Oracle 11.1.Tim Graham2015-09-181-1/+1
|
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-10/+0
|
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-3/+1
|
* Refs #2495 -- Documented that MySQL cannot have ↵Tim Graham2015-08-271-0/+8
| | | | TextField(unique=True).
* Fixed #25212 -- Documented the RawSQL expression.Tim Graham2015-08-051-5/+7
|
* Added PostgreSQL non-durable settings hint in docs.Federico Capoano2015-07-211-0/+13
| | | | | Following discussion on django-developers: https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion
* Dropped support for PostgreSQL 9.0.Tim Graham2015-03-271-1/+1
|
* Fixed typo in docs/ref/database.txtCalvin Jeong2015-03-101-1/+1
|
* Fixed #24335 -- Bumped required psycopg2 version to ↵Tim Graham2015-02-171-2/+4
| | | | 2.4.5 (2.5 for contrib.postgres).
* Fixed #24350 -- Freshened up database install topic section.Tim Graham2015-02-161-0/+5
|
* Removed a note about old versions of MySQLdb.Tim Graham2015-02-161-16/+8
|
* Fixed #24148 -- Documented a bug with case expressions ↵Michał Modzelewski2015-01-161-0/+17
| | | | in SQLite < 3.7.0
* Updated some other external links in the docsClaude Paroz2014-12-191-1/+1
|
* Used https for most *.python.org linksClaude Paroz2014-12-191-3/+1
|
* Refs #23964 -- Added warning about case-insensitive, ↵Jon Dufresne2014-12-081-0/+7
| | | | unique fields used with formsets
* Fixed links to mysqlclient in database notes.Tim Graham2014-11-041-2/+2
|
* Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz2014-10-281-2/+7
| | | | | | On MySQLdb < 1.2.5, MySQLdb returns None when fetching datetime/time values with fractional seconds. See https://github.com/farcepest/MySQLdb1/issues/24
* Fixed #19716 -- Added support for microseconds with ↵Claude Paroz2014-10-281-4/+25
| | | | | | MySQL 5.6.4 and up Thanks erik@cederstrand.dk for the report and Tim Graham for the review.
* Fixed #23446 -- Officially recommended mysqlclient as ↵Claude Paroz2014-10-271-9/+15
| | | | | | | MySQL driver Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient.
* Fixed #23631 -- Removed outdated note on MySQL timezone ↵Tim Graham2014-10-101-5/+0
| | | | | | support. Thanks marfire for the report.
* Changed Oracle test-user creation to grant privileges ↵Shai Berger2014-09-241-3/+26
| | | | | | | | | | | | | instead of roles because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-1/+2
| | | | Uses native support in postgres, and char(32) on other backends.
* Fixed #19312 -- Documented MySQL TIMESTAMP columns ↵Tim Graham2014-08-261-0/+9
| | | | cannot be used with USE_TZ=True.
* Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska2014-08-121-5/+0
|
* Removed some tabs in the docs.Tim Graham2014-08-081-2/+2
|
* Removed notes for versions of SQLite older than 5 years.Tim Graham2014-08-031-49/+0
|
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-1/+1
|
* Updated MySQL links to version 5.6.Tim Graham2014-08-021-12/+9
|
* Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham2014-08-021-4/+3
|
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & ↵Tim Graham2014-08-011-1/+1
| | | | | | PostGIS 1.3, 1.4. Thanks Claude Paroz for the review.
* Fixed #22305 -- Added note to docs about UTF8 database ↵Niclas Olofsson2014-07-261-0/+8
| | | | requirement.
* Updated current state of MySQL Connector/Python.INADA Naoki2014-06-031-4/+4
|
* Fixed #22368 -- clarified connecting to Oracle DB using ↵Moayad Mardini2014-05-191-5/+8
| | | | | | | | | service name 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.
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
| | | | | Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand.
* Fixed queries that may return unexpected results on ↵Erik Romijn2014-04-221-0/+16
| | | | | | MySQL due to typecasting. This is a security fix; disclosure to follow shortly.
* Fixed #22458 -- Added a note about MySQL utf8_unicode_ci ↵Moayad Mardini2014-04-181-0/+9
| | | | | | collation Thanks tobami at gmail.com for the report.
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-25/+0
|
* Fixed some typos and formatting issues in docs.Rodolfo Carvalho2014-03-031-1/+1
|
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-1/+1
|
* Fixed doc typos.Tim Graham2014-02-281-2/+2
|
* Fixed #21629 -- Added instructions for loading MySQL ↵Tim Graham2013-12-261-0/+11
| | | | | | time zone definitions. Thanks Aymeric for the suggestion.
* Fixed #21585 -- Updated some links to 3rd party database ↵Tim Graham2013-12-191-5/+5
| | | | | | projects. Thanks graeme.perrow at sap.com for the original report.
* Updated a bunch of hyperlinks in documentationClaude Paroz2013-12-081-1/+1
|
* (Re-)added GeoDjango instructions for building pysqlite2 ↵Ramiro Morales2013-12-081-3/+2
| | | | | | correctly. This is a partial undo of 1b142ef5dd.
* Clarified MySQL Connector note.DanSears2013-11-151-4/+3
|