Skip to content

Commit 125b723

Browse files
committed
0.18.7
1 parent 4361024 commit 125b723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api_controller/api_controller_permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PermissionController:
3939
return dict(says=word)
4040
```
4141
!!! Note
42-
New in v0.18.8
42+
New in **v0.18.7**
4343
Controller Permission and Route Function `permissions` can now take `BasePermission` instance.
4444

4545
For example, we can pass the `ReadOnly` instance to the `permission` parameter.

ninja_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
22

3-
__version__ = "0.18.8"
3+
__version__ = "0.18.7"
44

55
import django
66

0 commit comments

Comments
 (0)