We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c4488 commit a2d3a48Copy full SHA for a2d3a48
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+1.6.2
2
+=====
3
+:release-date: 2024-08-12
4
+
5
+- Add tested support for Django 5.1 and Python 3.12.
6
+- Drop support for Python < 3.8 and Django < 4.2.
7
8
1.6.1
9
=====
setup.py
@@ -6,7 +6,7 @@
setup(
name='django-seal',
- version='1.6.1',
+ version='1.6.2',
10
description=(
11
'Allows ORM constructs to be sealed to prevent them from executing '
12
'queries on attribute accesses.'
0 commit comments