| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-10 | [1.8.x] Fixed typo in docs/ref/database.txt | Calvin Jeong | |
| Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master | |||
| 2015-02-17 | [1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for ↵ | Tim Graham | |
| contrib.postgres). Backport of 3adc5f1ee6618a615db07d4a868b366a15c39f82 from master | |||
| 2015-02-16 | [1.8.x] Fixed #24350 -- Freshened up database install topic section. | Tim Graham | |
| Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master | |||
| 2015-02-16 | [1.8.x] Removed a note about old versions of MySQLdb. | Tim Graham | |
| Backport of f3bc7c5447a1e4bfa428a7ff32ea3336850c5c2d from master | |||
| 2015-01-15 | Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0 | Michał Modzelewski | |
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-08 | Refs #23964 -- Added warning about case-insensitive, unique fields used with ↵ | Jon Dufresne | |
| formsets | |||
| 2014-11-04 | Fixed links to mysqlclient in database notes. | Tim Graham | |
| 2014-10-28 | Required MySQLdb >= 1.2.5 for fractional seconds support | Claude Paroz | |
| On MySQLdb < 1.2.5, MySQLdb returns None when fetching datetime/time values with fractional seconds. See https://github.com/farcepest/MySQLdb1/issues/24 | |||
| 2014-10-28 | Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up | Claude Paroz | |
| Thanks erik@cederstrand.dk for the report and Tim Graham for the review. | |||
| 2014-10-27 | Fixed #23446 -- Officially recommended mysqlclient as MySQL driver | Claude Paroz | |
| Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient. | |||
| 2014-10-10 | Fixed #23631 -- Removed outdated note on MySQL timezone support. | Tim Graham | |
| Thanks marfire for the report. | |||
| 2014-09-24 | Changed Oracle test-user creation to grant privileges instead of roles | Shai Berger | |
| 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 | |||
| 2014-09-16 | Fixed #19463 -- Added UUIDField | Marc Tamlyn | |
| Uses native support in postgres, and char(32) on other backends. | |||
| 2014-08-26 | Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with ↵ | Tim Graham | |
| USE_TZ=True. | |||
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-08-08 | Removed some tabs in the docs. | Tim Graham | |
| 2014-08-02 | Removed notes for versions of SQLite older than 5 years. | Tim Graham | |
| 2014-08-02 | Fixed #23144 -- Dropped support for MySQL 5.0, 5.1. | Tim Graham | |
| 2014-08-02 | Updated MySQL links to version 5.6. | Tim Graham | |
| 2014-08-01 | Fixed #23145 -- Dropped support for Oracle < 11.1 | Tim Graham | |
| 2014-08-01 | Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. | Tim Graham | |
| Thanks Claude Paroz for the review. | |||
| 2014-07-26 | Fixed #22305 -- Added note to docs about UTF8 database requirement. | Niclas Olofsson | |
| 2014-06-03 | Updated current state of MySQL Connector/Python. | INADA Naoki | |
| 2014-05-19 | Fixed #22368 -- clarified connecting to Oracle DB using service name | Moayad 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. | |||
| 2014-04-23 | Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. | |||
| 2014-04-21 | Fixed queries that may return unexpected results on MySQL due to typecasting. | Erik Romijn | |
| This is a security fix; disclosure to follow shortly. | |||
| 2014-04-18 | Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collation | Moayad Mardini | |
| Thanks tobami at gmail.com for the report. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2013-12-26 | Fixed #21629 -- Added instructions for loading MySQL time zone definitions. | Tim Graham | |
| Thanks Aymeric for the suggestion. | |||
| 2013-12-18 | Fixed #21585 -- Updated some links to 3rd party database projects. | Tim Graham | |
| Thanks graeme.perrow at sap.com for the original report. | |||
| 2013-12-08 | Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| 2013-12-08 | (Re-)added GeoDjango instructions for building pysqlite2 correctly. | Ramiro Morales | |
| This is a partial undo of 1b142ef5dd. | |||
| 2013-11-15 | Clarified MySQL Connector note. | DanSears | |
| 2013-11-10 | added description of MySQL Connector/Python | DanSears | |
| 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-06 | Fixed typos in documentation. | Baptiste Mispelon | |
| 2013-11-01 | Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on | Claude Paroz | |
| Thanks thevlad at gmail.com for the report. | |||
| 2013-11-01 | Fixed #21359 -- Corrected MySQL collation name in databases docs | Claude Paroz | |
| Thanks k_sze for the report. | |||
| 2013-10-23 | Fixed #13245: Explained Oracle's behavior w.r.t db_table | Shai Berger | |
| and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. | |||
| 2013-09-07 | Fixed #20005 -- Documented that Oracle databases need execute permission on ↵ | Tim Graham | |
| SYS.DBMS_LOB. Thanks jafula for the suggestion. | |||
| 2013-09-07 | Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values. | Keith Edmiston | |
| Thanks kent at nsc.liu.se for the report. | |||
| 2013-09-05 | Fixed #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-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 2013-08-19 | Removed versionadded/changed annotations for 1.5 | Tim Graham | |
| 2013-07-25 | More migration docs, and conversion of all easy syncdb references | Andrew Godwin | |
| 2013-07-19 | Updated the `databases` documentation | Matt 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). | |||
