Skip to content

Releases: jmichalicek/django-fractions

v5.0.0

09 Jan 01:14
Compare
Choose a tag to compare
  • Cleaning up after forgetting about previous pypi release mistakes creating v4.0.0. No real changes. See v3.1.0.

v3.1.0

26 Dec 18:55
6621f75
Compare
Choose a tag to compare

What's Changed

  • Add testing on python 3.11 by @jmichalicek in #30
  • Fixed 'Polynomial regular expression used on uncontrolled data' codeQL issues which could be abused to impact performance.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

11 Aug 01:49
b62a7bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

11 Oct 01:49
27a1bb0
Compare
Choose a tag to compare

A release after several years!

  • Dropped support for Django 2.0 and lower
  • Dropped support for Python 3.4 and lower
  • Updated DecimalFractionField to work on Django 2+ where from_db_field() does not take a context argument and where the field is expected to have a context attribute like DecimalField.
  • Cleared out a bunch of Python 2 compatibility code such as how calls to super() are made, usage of six, and from future imports.