Skip to content

Commit dff941e

Browse files
authored
Pin Django to ~5.1 (#610)
5.2 demands postgres 14, and we pretend to be postgres 13.
1 parent 8874060 commit dff941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test = [
3939
sqltest = [
4040
'SQLAlchemy>=2.0.0',
4141
'sqlmodel>=0.0.22',
42-
'Django>=5.1.3',
42+
'Django~=5.1.3',
4343
'psycopg2-binary>=2.9.10',
4444
]
4545
doc = [

0 commit comments

Comments
 (0)