Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 737 Bytes

release_notes.rst

File metadata and controls

44 lines (36 loc) · 737 Bytes

Release Notes

v1.5.0

  • Update display_name field on FieldSchema to no longer have a char limit.

v1.4.0

  • Raise InvalidDateFormatException when trying to parse a timestamp that is too large.
  • remove django 2.0
  • remove django 2.1

v1.3.0

  • INF, -INF no longer allowed as numeric field values

v1.2.0

  • Python 3.7
  • Django 2.1
  • Django 2.2

v1.1.0

  • Add tox to support more versions

v1.0.1

  • Lengthened size of field key

v1.0.0

  • Remove python 2.7 support
  • Remove python 3.4 support
  • Remove Django 1.9 support
  • Remove Django 1.10 support
  • Add Django 2.0 support

v0.15.0

  • Add python 3.6 support
  • Drop Django 1.8 support
  • Add Django 1.10 support
  • Add Django 1.11 support