Skip to content

Commit 92d3de1

Browse files
committed
Prepare for v1.3.3 release
1 parent 9338014 commit 92d3de1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Django CTE change log
22

3+
## 1.3.3 - 2024-06-07
4+
5+
- Handle empty result sets in CTEs ([#92](https://github.com/dimagi/django-cte/pull/92)).
6+
- Fix `.explain()` in Django >= 4.0 ([#91](https://github.com/dimagi/django-cte/pull/91)).
7+
- Fixed bug in deferred loading ([#90](https://github.com/dimagi/django-cte/pull/90)).
8+
39
## 1.3.2 - 2023-11-20
410

511
- Work around changes in Django 4.2 that broke CTE queries due to internally

django_cte/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .cte import CTEManager, CTEQuerySet, With # noqa
55

6-
__version__ = "1.3.2"
6+
__version__ = "1.3.3"

0 commit comments

Comments
 (0)