Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
16 years ago |
Jacob Kaplan-Moss
|
1f74e3382f
Fixed #10031: updated SQLite database docs to more strongly indicate the problems with versions before 3.3.6. Thanks, ramiro.
|
16 years ago |
Jacob Kaplan-Moss
|
4a44498dcf
Fixed a silly typo in databases ref. Thanks, Alex.
|
16 years ago |
Jacob Kaplan-Moss
|
516051bfd2
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
|
16 years ago |
Gary Wilson Jr
|
f2df3650d6
Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
|
16 years ago |
Gary Wilson Jr
|
7372ea159a
Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
|
16 years ago |
Jacob Kaplan-Moss
|
4246c832b6
Added 1.1 beta release notes.
|
16 years ago |
Malcolm Tredinnick
|
5fb6667036
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
|
16 years ago |
Ian Kelly
|
ad6ce1e6f9
Clarified documentation regarding Oracle's treatment of nulls and empty strings.
|
16 years ago |
James Bennett
|
5fcd75ce14
Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.
|
16 years ago |
Russell Keith-Magee
|
65ad2132ab
Fixed #10142 -- Added docs and an exploding error message to highlight an error present in the implementation of STDDEV_POP and VAR_POP in PostgreSQL 8.2-8.2.4 that will give incorrect answers (the database function mistakenly returns sample, rather than population deviation/variance). Thanks to Vinay Sajip <vinay_sajip@yahoo.co.uk> for the report, and Ian Kelly for pointing out the cause of the problem.
|
16 years ago |
Russell Keith-Magee
|
cf37e4624a
Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage.
|
16 years ago |
Ian Kelly
|
bde7e79fb3
Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle.
|
16 years ago |
Malcolm Tredinnick
|
3b489b7742
Documented that case-insensitive matching is not supported for non-ASCII
|
16 years ago |
Malcolm Tredinnick
|
b58a260c56
Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
|
16 years ago |
Malcolm Tredinnick
|
87fc7efda5
Added a note to the SQLite database documentation mentioning that version 3.6.2
|
16 years ago |
Karen Tracey
|
c483583023
Fixed #9497 - Doc typos. Many thanks ramiro.
|
16 years ago |
Malcolm Tredinnick
|
0995b63b77
Fixed #8964 -- Added a note that MyISAM may not necessarily be the default
|
16 years ago |
Simon Willison
|
11fd9f2d84
Fixed #8858 by correcting typo
|
16 years ago |
Adrian Holovaty
|
c402e3b977
Fixed #8858 -- Fixed typo in SQLite version information. Also reworded it to be a bit more future-compatible. Thanks, adamv
|
16 years ago |
Jacob Kaplan-Moss
|
58fad7f9fd
Added the last notes about 1.0, including the inevitable (short!) list of known issues.
|
16 years ago |
Jacob Kaplan-Moss
|
d7e37b661c
Added a note about SQLite versions before 3.3.6. Refs #7570. Thanks, ramiro.
|
16 years ago |
Malcolm Tredinnick
|
fd1d986bb1
Fixed #8802 -- Documented MySQL's usage of 1/0 instead of True/False for model
|
16 years ago |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
16 years ago |
James Bennett
|
a72eae0be7
Fixed #8728: Corrected some broken links in the documentation
|
16 years ago |
Malcolm Tredinnick
|
f2b389b354
Added documentation to explain the gains and losses when using utf8_bin
|
16 years ago |
Malcolm Tredinnick
|
b47c25ef91
Removed a stray reference to mysql_old in the docs.
|
16 years ago |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 years ago |