Skip to content

Releases: eadwinCode/django-ninja-extra

0.19.5

30 Sep 20:11
7b8835f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.3...0.19.5

0.19.3

04 Sep 19:14
0f46596

Choose a tag to compare

What's Changed

Full Changelog: 0.19.1...0.19.3

0.19.1

14 Jun 13:32
7f0015e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.0...0.19.1

0.19.0

08 Jun 21:53
0b2a6a8

Choose a tag to compare

What's Changed

Full Changelog: 0.18.9...0.19.0

0.18.9

29 May 13:26
0464d68

Choose a tag to compare

What's Changed

Full Changelog: 0.18.8...0.18.9

0.18.8

23 Apr 05:57
24186aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.18.7...0.18.8

0.18.7

11 Mar 08:09
388023d

Choose a tag to compare

What's Changed

  • Allowed permission instance in permissions parameter by @eadwinCode in #54
from ninja_extra import permissions

# you can use instances of permission classes in defining your permissions.

@http_get('/sample', permissions=[permissions.IsAuthenticatedOrReadOnly | permissions. IsAuthenticated()])
def sample_endpoint(self):
   ...

Full Changelog: 0.18.6...0.18.7

0.18.6

25 Feb 06:44
0c8bb86

Choose a tag to compare

What's Changed

Full Changelog: 0.18.4...0.18.6

0.18.4

07 Feb 15:08
036dea6

Choose a tag to compare

What's Changed

Full Changelog: 0.18.2...0.18.4

0.18.2

21 Jan 06:31
c86b927

Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.18.2