Skip to content

Releases: M1ha-Shvn/django-rest-form-fields

Version 1.4.0

03 Oct 05:40
Compare
Choose a tag to compare

Features

  1. IdField max value can be now limited globally with ID_FIELD_MAX_VALUE django settings (in settings.py)

Version 1.3.5

01 Jan 19:03
1c533e6
Compare
Choose a tag to compare

Dependencies

  1. Made pytz and jsonschema optional dependencies

CI

  1. Replaced python 3.6 with python 3.11, 3.12
  2. Added django 4.1, 4.2, 5.0

Version 1.3.4

13 Jan 14:30
6160188
Compare
Choose a tag to compare

Bug fixes

  1. Fix ModelForm issue in django 3.0+, which caused fields with required=False validation by model fields

Testing

  1. Replaced django 2.1 with django 4.0 in test matrix

Version 1.3.3

31 Oct 06:15
7c11ee5
Compare
Choose a tag to compare

Tests

  1. Moved testing from Travis to GitHub Actions
  2. Linter fixes

Features

  1. Dependencies optimization

Version 1.3.2

13 May 10:44
c1db662
Compare
Choose a tag to compare

Features

  1. Added ability to add underscore symbols in UrlField

Version 1.3.1

14 Dec 09:30
d360f67
Compare
Choose a tag to compare

Bug fixes

  1. Fixed issue #14

Testing

  1. Added python 3.8
  2. Added django 2.2, 3.0

Version 1.3.0

26 Jul 12:17
1463f09
Compare
Choose a tag to compare

Features

Added DateField

Version 1.2.8

19 Apr 11:31
3f332d3
Compare
Choose a tag to compare

Bug fixes

  1. Removed python 3.3 support as it is not supported by psycopg2 any more
  2. Fixed python 3.7 compatibility

Version 1.2.7

02 Aug 08:53
d2da7c5
Compare
Choose a tag to compare

Bug fixes

  1. Fixed bug in RestChoiceField which coused exception when source was set

Version 1.2.6

25 Jun 07:07
d68e6a7
Compare
Choose a tag to compare

Bug fixes

  1. Fixed bug in FileField exceptions, so they are valid ValidationError instances (issue 7)