Skip to content

Releases: vitalik/django-ninja

0.12.2

06 Apr 06:31
Compare
Choose a tag to compare

create_schema support BigAutoField (#112)

0.12.1

26 Mar 23:43
8830d15
Compare
Choose a tag to compare

New Features

Changes:

  • if auth returns a result that can be treated as False - authentication is not successful (before only None treated as not-authenticated)
  • Consistent error message schema (#81)

0.12.0

26 Mar 22:48
Compare
Choose a tag to compare

New Features

Changes:

  • if auth returns a result that can be treated as False - authentication is not successful (before only None treated as not-authenticated)
  • Consistent error message schema (#81)

0.11.0

03 Mar 09:52
Compare
Choose a tag to compare

0.10.2

02 Feb 13:43
Compare
Choose a tag to compare

0.10.1

15 Jan 15:33
Compare
Choose a tag to compare

Fixed routers inheritance #67 by @fojetin

0.10.0

13 Jan 09:50
Compare
Choose a tag to compare

This is a pretty big update with some nice functionality

0.9.7

25 Dec 12:48
Compare
Choose a tag to compare

Nested urls include fix (Thanks to @valbendan )

0.9.6

21 Dec 07:52
Compare
Choose a tag to compare

Automatic pydantic-serializing models.FileField and models.ImageField (#53)

0.9.5

20 Dec 10:43
Compare
Choose a tag to compare