wbcore 1.60.0__py2.py3-none-any.whl → 1.60.1__py2.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.
wbcore/contrib/tags/filters.py
CHANGED
|
@@ -25,7 +25,7 @@ class TagFilterMixin(filters.FilterSet):
|
|
|
25
25
|
|
|
26
26
|
class TagFilterSet(filters.FilterSet):
|
|
27
27
|
content_type = filters.ModelMultipleChoiceFilter(
|
|
28
|
-
endpoint="wbcore:contenttyperepresentation-list",
|
|
28
|
+
endpoint="wbcore:content_type:contenttyperepresentation-list",
|
|
29
29
|
value_key="id",
|
|
30
30
|
label_key="{{app_label}} | {{model}}",
|
|
31
31
|
queryset=ContentType.objects.all(),
|
|
@@ -816,7 +816,7 @@ wbcore/contrib/tags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
|
816
816
|
wbcore/contrib/tags/admin.py,sha256=gIgCl7P4_d2x5FK1Gs5dYwWISY7beWclwQXHRkoZhrI,433
|
|
817
817
|
wbcore/contrib/tags/apps.py,sha256=DSaqTCfj8DjVBHQdQtrRQvrw-wF_igOE9DUvMv47EK4,234
|
|
818
818
|
wbcore/contrib/tags/factories.py,sha256=H1GgkJ0S7X9v8DHZ-Bt5L-VjMBCpbnTHkJHr26Uapxs,618
|
|
819
|
-
wbcore/contrib/tags/filters.py,sha256=
|
|
819
|
+
wbcore/contrib/tags/filters.py,sha256=AWSvDPctvW9fBNW1Ax9VAKYscl7CmY_KWLxL5lraggY,1469
|
|
820
820
|
wbcore/contrib/tags/serializers.py,sha256=H2yNxtf5AlwbYZiIFhR8YM40tlJpYsVydOKNW5UTExA,2850
|
|
821
821
|
wbcore/contrib/tags/signals.py,sha256=4WDNS2wL-JqSQPaSNDUDnxUEUMmNIs5lnJ7S1H05ydw,726
|
|
822
822
|
wbcore/contrib/tags/urls.py,sha256=y_QatHkx9hyIUfdYnBX4zfMQkKtTVdztQ8FQmpDV4cE,727
|
|
@@ -1238,6 +1238,6 @@ wbcore/viewsets/generics.py,sha256=lKDq9UY_Tyc56u1bqaIEvHGgoaXwXxpZ1c3fLVteptI,1
|
|
|
1238
1238
|
wbcore/viewsets/mixins.py,sha256=KJxbd2arSplZg2dMD37VgDhCDQa69PyxtOxiCir0eXg,12059
|
|
1239
1239
|
wbcore/viewsets/utils.py,sha256=4520Ij3ASM8lOa8QZkCqbBfOexVRiZu688eW-PGqMOA,882
|
|
1240
1240
|
wbcore/viewsets/viewsets.py,sha256=G6BVJ3NzieT0TaeC1T3v8oKIT-nm61INLXnTus_6LUQ,6588
|
|
1241
|
-
wbcore-1.60.
|
|
1242
|
-
wbcore-1.60.
|
|
1243
|
-
wbcore-1.60.
|
|
1241
|
+
wbcore-1.60.1.dist-info/METADATA,sha256=IcAfzRdxy8eokVGBTQCW9LKvSQESEgyeElaa21IN2ss,2316
|
|
1242
|
+
wbcore-1.60.1.dist-info/WHEEL,sha256=aha0VrrYvgDJ3Xxl3db_g_MDIW-ZexDdrc_m-Hk8YY4,105
|
|
1243
|
+
wbcore-1.60.1.dist-info/RECORD,,
|
|
File without changes
|