django-small-view-set 0.1.1__py3-none-any.whl → 0.1.2__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_small_view_set-0.1.1.dist-info → django_small_view_set-0.1.2.dist-info}/METADATA +2 -2
- {django_small_view_set-0.1.1.dist-info → django_small_view_set-0.1.2.dist-info}/RECORD +4 -4
- {django_small_view_set-0.1.1.dist-info → django_small_view_set-0.1.2.dist-info}/LICENSE +0 -0
- {django_small_view_set-0.1.1.dist-info → django_small_view_set-0.1.2.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: django-small-view-set
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A lightweight Django ViewSet alternative with minimal abstraction.
|
5
5
|
Home-page: https://github.com/nateonguitar/django-small-view-set
|
6
6
|
License: MIT
|
@@ -24,7 +24,7 @@ A lightweight Django ViewSet alternative with minimal abstraction. This library
|
|
24
24
|
## Documentation
|
25
25
|
|
26
26
|
- [Getting Started](./README_SIMPLE.md): A bare-bones example to get the fundamentals.
|
27
|
-
- [Register URLs](./README_REGISTER_URLS): How to register viewset urls.
|
27
|
+
- [Register URLs](./README_REGISTER_URLS.md): How to register viewset urls.
|
28
28
|
- [Custom Endpoints](./README_CUSTOM_ENDPOINT.md): Learn how to define custom endpoints alongside the default router.
|
29
29
|
- [Handling Endpoint Exceptions](./README_HANDLE_ENDPOINT_EXCEPTIONS.md): Understand how to write your own decorators for exception handling.
|
30
30
|
- [Custom Protections](./README_CUSTOM_PROTECTIONS.md): Learn how to subclass `SmallViewSet` to add custom protections like logged-in checks.
|
@@ -3,7 +3,7 @@ small_view_set/__init__.py,sha256=FoYcTj03W41-w0jC1EOv1_VD4iBxO_03fIr_plSKnp8,44
|
|
3
3
|
small_view_set/decorators.py,sha256=OSwGz5SfTw7hUjOcPNmCmUl8mLqaHOMXaLcqg9JBHXo,6750
|
4
4
|
small_view_set/exceptions.py,sha256=8CAnzvNZFlqjez8z66jLo-4P3Tlj5Y5MioDPmrb9wQg,948
|
5
5
|
small_view_set/small_view_set.py,sha256=THDeJp1PmodaWzFUUnowpDmhH8w1El4p97jvQnjyU4k,5192
|
6
|
-
django_small_view_set-0.1.
|
7
|
-
django_small_view_set-0.1.
|
8
|
-
django_small_view_set-0.1.
|
9
|
-
django_small_view_set-0.1.
|
6
|
+
django_small_view_set-0.1.2.dist-info/LICENSE,sha256=M4ZuHeiGHHuewaZyqz7tol4E6E2GMz7fF1ywNoXD1tA,1069
|
7
|
+
django_small_view_set-0.1.2.dist-info/METADATA,sha256=YYwYTVNT_Dy9QrDg1EjtEUbKcuNYBXhEtkLLO3bV3f0,1722
|
8
|
+
django_small_view_set-0.1.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
9
|
+
django_small_view_set-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|