Fixed some typos and formatting issues in docs.

This commit is contained in:
Rodolfo Carvalho 2014-03-02 16:00:30 +01:00 committed by Tim Graham
parent 0d91225892
commit 2b6436e2d5
13 changed files with 70 additions and 64 deletions

View file

@ -603,7 +603,7 @@ Version 3.6.2
--------------
SQLite version 3.6.2 (released August 30, 2008) introduced a bug into ``SELECT
DISTINCT`` handling that is triggered by, amongst other things, Django's
DISTINCT`` handling that is triggered by, among other things, Django's
``DateQuerySet`` (returned by the ``dates()`` method on a queryset).
You should avoid using this version of SQLite with Django. Either upgrade to