django-small-view-set 0.2.8__tar.gz → 0.2.9__tar.gz
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.2.8 → django_small_view_set-0.2.9}/PKG-INFO +1 -1
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/pyproject.toml +1 -1
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/LICENSE +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/README.md +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/README.md +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/__init__.py +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/config.py +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/decorators.py +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/exceptions.py +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/helpers.py +0 -0
- {django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/small_view_set.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: django-small-view-set
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.9
|
4
4
|
Summary: A lightweight and explicit Django ViewSet alternative with minimal abstraction and full async support
|
5
5
|
Home-page: https://github.com/nateonguitar/django-small-view-set
|
6
6
|
License: MIT
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "django-small-view-set"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.9"
|
8
8
|
description = "A lightweight and explicit Django ViewSet alternative with minimal abstraction and full async support"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = ["Nate Brooks"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/decorators.py
RENAMED
File without changes
|
{django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/exceptions.py
RENAMED
File without changes
|
File without changes
|
{django_small_view_set-0.2.8 → django_small_view_set-0.2.9}/src/small_view_set/small_view_set.py
RENAMED
File without changes
|