Skip to content

Releases: eadwinCode/django-ninja-extra

0.19.7

02 Oct 17:46
289903d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.6...0.19.7

0.19.6

30 Sep 21:07
9dd27c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.5...0.19.6

0.19.5

30 Sep 20:11
7b8835f
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.1...0.19.3

0.19.1

14 Jun 13:32
7f0015e
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.9...0.19.0

0.18.9

29 May 13:26
0464d68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.8...0.18.9

0.18.8

23 Apr 05:57
24186aa
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.4...0.18.6