Ticket #10389: databases-typos.diff
File databases-typos.diff, 1.2 KB (added by , 16 years ago) |
---|
-
docs/ref/databases.txt
24 24 faulty`_. Users of these releases of PostgreSQL are advised to upgrade to 25 25 `Release 8.2.5`_ or later. Django will raise a ``NotImplementedError`` if you 26 26 attempt to use the ``StdDev(sample=False)`` or ``Variance(sample=False)`` 27 aggregate with a n database backendfalls within the affected release range.27 aggregate with a database backend that falls within the affected release range. 28 28 29 29 .. _known to be faulty: http://archives.postgresql.org/pgsql-bugs/2007-07/msg00046.php 30 30 .. _Release 8.2.5: http://developer.postgresql.org/pgdocs/postgres/release-8-2-5.html … … 35 35 =========== 36 36 37 37 Django expects the database to support transactions, referential integrity, 38 and Unicode support(UTF-8 encoding). Fortunately, MySQL_ has all these39 features a s available as far back as 3.23. While it may be possible to use38 and Unicode (UTF-8 encoding). Fortunately, MySQL_ has all these 39 features available as far back as 3.23. While it may be possible to use 40 40 3.23 or 4.0, you'll probably have less trouble if you use 4.1 or 5.0. 41 41 42 42 MySQL 4.1