Skip to content

Commit

Permalink
Note SQLite version requirement in README.md
Browse files Browse the repository at this point in the history
Closes dj-stripe#1289

(cherry picked from commit 936e1cd)
  • Loading branch information
jleclanche committed Jan 24, 2021
1 parent 02e45a0 commit 5a4579e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The full documentation is available [on Read the Docs](https://dj-stripe.readthe
- Python 3.6+
- PostgreSQL engine (recommended) 9.5+
- MySQL engine: MariaDB 10.2+ or MySQL 5.7+
- SQLite: Not recommended in production. Version 3.26+ required.

## Quickstart

Expand Down

0 comments on commit 5a4579e

Please sign in to comment.