Opened 6 years ago

Last modified 6 years ago

#29014 closed Cleanup/optimization

State that sqlite >= 3.7.15 is supported — at Initial Version

Reported by: Дилян Палаузов Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django/docs/ref/databases.txt says:

Django supports PostgreSQL 9.4 and higher.
Django supports MySQL 5.6 and higher.
Django supports Oracle Database Server versions 12.1 and higher.

but it is silent about the required sqlite version.

commit 27193aea0088b238 drops support for sqlite < 3.7.15 and this should be mentioned in releases/2.1.txt.

It is unfair to have at ref/databases.txt hyperlink to oracle.com, but not to PostgreSQL.org, mysql.com and sqlite.org

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top