mirror of
https://github.com/django/django.git
synced 2025-10-21 15:52:54 +00:00
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
This commit is contained in:
parent
51d230e00b
commit
27193aea00
7 changed files with 11 additions and 44 deletions
|
@ -40,12 +40,6 @@ For example ``Index(fields=['headline', '-pub_date'])`` would create SQL with
|
|||
``(headline, pub_date DESC)``. Index ordering isn't supported on MySQL. In that
|
||||
case, a descending index is created as a normal index.
|
||||
|
||||
.. admonition:: Support for column ordering on SQLite
|
||||
|
||||
Column ordering is supported on SQLite 3.3.0+ and only for some database
|
||||
file formats. Refer to the `SQLite docs
|
||||
<https://www.sqlite.org/lang_createindex.html>`_ for specifics.
|
||||
|
||||
``name``
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue