Skip to content

Commit f81d34b

Browse files
committed
Try running on ubuntu-22.04, add note about SQLite bug
1 parent 3fd55de commit f81d34b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: astral-sh/ruff-action@v3
1616

1717
test:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
services:
2020
postgres:
2121
image: postgres

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ dist
1111
.coverage
1212
htmlcov
1313
*.sh
14+
.python-version

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ that automatically record inserts, updates, and deletes to model tables.
66

77
## Requirements
88

9-
* Django 3.2+
9+
* Django 4.2+
1010
* PostgreSQL or SQLite database
1111

12+
*Warning: there is a [bug](https://sqlite.org/forum/forumpost/ecb94cd210) in SQLite
13+
3.45.1 that causes JSON changes to be stored as strings. Unfortunately, this is the
14+
version that ships with Ubuntu 24.04.*
1215

1316
## Installation
1417

0 commit comments

Comments
 (0)