django-cte 2.0.1.dev20251006182758__py3-none-any.whl → 2.0.1.dev20251006193645__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_cte/__init__.py +1 -1
- django_cte/cte.py +2 -1
- {django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/METADATA +1 -1
- {django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/RECORD +6 -6
- {django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/WHEEL +0 -0
- {django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/licenses/LICENSE +0 -0
django_cte/__init__.py
CHANGED
django_cte/cte.py
CHANGED
|
@@ -139,7 +139,8 @@ class CTE:
|
|
|
139
139
|
query.annotation_select_mask = cte_query.annotation_select_mask
|
|
140
140
|
for alias in getattr(cte_query, "selected", None) or ():
|
|
141
141
|
if alias not in cte_query.annotations:
|
|
142
|
-
|
|
142
|
+
output_field = cte_query.resolve_ref(alias).output_field
|
|
143
|
+
col = CTEColumnRef(alias, self.name, output_field)
|
|
143
144
|
query.add_annotation(col, alias)
|
|
144
145
|
|
|
145
146
|
qs.query = query
|
{django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/RECORD
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
django_cte/__init__.py,sha256=
|
|
1
|
+
django_cte/__init__.py,sha256=gMYzdKjI_095EcobSVAElk83rrLsqHQMs9Bz-5ZOOa0,141
|
|
2
2
|
django_cte/_deprecated.py,sha256=OAEmWVqnoi-27m2nyrfTIwVwPE1J8VLrfspgRHW-EZI,5623
|
|
3
|
-
django_cte/cte.py,sha256=
|
|
3
|
+
django_cte/cte.py,sha256=3DnlrjZ8CDbClCwDGAI_LHFFK0mhP7Fiz_s1p9buam4,8214
|
|
4
4
|
django_cte/jitmixin.py,sha256=JRTRlbBhD8XD0GHwxg8wKdJSbcTv_zUrSyqtOSfgM5M,885
|
|
5
5
|
django_cte/join.py,sha256=2b1iBKFFiqBqYBmX4W9q2RfX17xXjZbbzClpUdbnUtA,3156
|
|
6
6
|
django_cte/meta.py,sha256=gNBtegkvg5CXcEPyt1nZMIF2UlsPMTUPStVJSsRni3I,3491
|
|
7
7
|
django_cte/query.py,sha256=djY7Bknl_NQSd1g6zy8N3fU3h2r8OfpyeJY_Zt9a7fg,5582
|
|
8
8
|
django_cte/raw.py,sha256=6_YDCKBsgXx1oQku4EcyK4qJmnmiyzEeZRxiYdkg8Y8,1045
|
|
9
|
-
django_cte-2.0.1.
|
|
10
|
-
django_cte-2.0.1.
|
|
11
|
-
django_cte-2.0.1.
|
|
12
|
-
django_cte-2.0.1.
|
|
9
|
+
django_cte-2.0.1.dev20251006193645.dist-info/licenses/LICENSE,sha256=mkLNw_QhpZ40jBEbuAosqH4ciA3KMrwb8aSYbTmy5gc,1508
|
|
10
|
+
django_cte-2.0.1.dev20251006193645.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
11
|
+
django_cte-2.0.1.dev20251006193645.dist-info/METADATA,sha256=TZ4PjzPc6egcGj0xx0PT8e6SILuqvm1StuF7p5Oewos,2646
|
|
12
|
+
django_cte-2.0.1.dev20251006193645.dist-info/RECORD,,
|
{django_cte-2.0.1.dev20251006182758.dist-info → django_cte-2.0.1.dev20251006193645.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|