Skip to content

Commit 7929ccc

Browse files
committed
Merge branch 'main' into remove_csv_imports
2 parents 253fb99 + 13d9470 commit 7929ccc

File tree

6 files changed

+327
-264
lines changed

6 files changed

+327
-264
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ["3.10.x", "3.11.x", "3.12.x"]
9-
django-version: ["5.0.x", "5.1.x"]
9+
django-version: ["5.0.0", "5.1.0"]
1010
runs-on: ubuntu-latest
1111

1212
services:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Initialize environment
3838
run: |
3939
poetry install
40-
poetry add django==${{ matrix.django-version }}
40+
poetry add django@~${{ matrix.django-version }}
4141
4242
- name: Run pre-test checks
4343
run: poetry run ./code_check.py --debug

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.1.1 (2024-11-25)
2+
-------------------------
3+
* Smartmin doesn't concern itself with formax
4+
15
v5.1.0 (2024-08-16)
26
-------------------------
37
* Support Django 5.1

0 commit comments

Comments
 (0)