Skip to content

Releases: yoyowallet/drf-react-template-framework

v0.0.17

26 Apr 12:21
0d3dafd
Compare
Choose a tag to compare

Bump django from 3.2.11 to 3.2.13 due to critical CVEs

v0.0.16

01 Feb 04:13
6b383ef
Compare
Choose a tag to compare

Pinned minimum django-rest-framework version to latest working version.

v0.0.15

13 Jan 14:54
7f4e5bc
Compare
Choose a tag to compare

Added support for Python 3.10.

v0.0.14

22 Dec 06:34
Compare
Choose a tag to compare

Fixed issue related to code attribute not always being set on validation classes.

v0.0.13

26 Oct 16:07
f24535a
Compare
Choose a tag to compare

Added better validation mapping and custom validation hints, see #23

v0.0.11

05 Oct 01:55
a22bb7e
Compare
Choose a tag to compare
  • Moves to Python version 3.9 (3.7 is still usable) and updates dependencies.
  • Adds in min_length and max_lengthvalidation forCharField` fields. (Thanks @devo-wm)

v0.0.10

01 Jun 06:16
d1aa606
Compare
Choose a tag to compare

Minor bug fix in FormSchemaViewSetMixin ensuring that all serializer context is made available.

v0.0.9

11 May 14:25
42dec6d
Compare
Choose a tag to compare

Includes two updates, namely:

  • Update DRF React Template to Use Fields Property on Serializer (#14)
  • Configurable Extra Field Types (#16)

v0.0.8

16 Mar 11:41
ccf092e
Compare
Choose a tag to compare

This release includes style dictionaries for serializer level objects. See #13

v0.0.7

09 Nov 12:54
Compare
Choose a tag to compare

Fixes CI release issue