Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/databases.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a note about SQLite versions before 3.3.6. Refs ↵Jacob Kaplan-Moss2008-09-031-0/+34
| | | | | | #7570. Thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8802 -- Documented MySQL's usage of 1/0 instead ↵Malcolm Tredinnick2008-09-031-0/+10
| | | | | | | | | of True/False for model BooleanFields. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8753: converted "new in ..." callouts to proper ↵Jacob Kaplan-Moss2008-09-021-4/+6
| | | | | | Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8728: Corrected some broken links in the ↵James Bennett2008-09-011-1/+1
| | | | | | documentation git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added documentation to explain the gains and losses when ↵Malcolm Tredinnick2008-08-261-0/+59
| | | | | | | | | | | | | | | | | | using utf8_bin collation in MySQL. This should help people to make a reasonably informed decision. Usually, leaving the MySQL collation alone will be the best solution, but if you must change it, this gives a start to the information you need and pointers to the appropriate place in the MySQL docs. There's a small chance I also got all the necessary Sphinx markup correct, too (it builds without errors, but I may have missed some chances for glory and linkage). Fixed #2335, #8506. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed a stray reference to mysql_old in the docs.Malcolm Tredinnick2008-08-261-5/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@8564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-0/+305
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37