Django-fractions

Latest version: v5.0.0

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

5.0.0

+++++++++
* Forgot about the 4.0.0 mess when I published 3.1.0, so starting fresh again.
There are not really any backwards incompatible changes. See the 3.1.0 release notes.
* Fixing documentation and release history.

4.0.0

+++++++++
* I'm dumb and goofed thing up and so this version exists on pypi

3.1.0

++++++++++
* 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.

3.0.0

+++++++++
* Create codeql-analysis.yml by jmichalicek in 21
* Add type checking by jmichalicek in 22
* Update supported python versions to 3.7+ by jmichalicek in 23
* fix: Django 4.0 deprecations by GriceTurrble in 24
* Add testing of django 4.0 by jmichalicek in 27
* Updated to support Django 4.1, drop old unsupported Django and Python versions by jmichalicek in 29

2.0.0

+++++++++
* Dropped support for Django 2.0 and lower and bump major version
* 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.

1.1.0

++++++++++++++++++
* add python 3.6 and django 1.11 to tox.ini - still a bit broken
* convert to matrix for environments in .travis.yml
because tox only wants to test py3.6 when installed under 3.6
but will not test 3.5 when running with python 3.6 as the base.
* Remove invalid ROOT_URLCONF from test django config
There is no urls.py for djfractions, don't tell it to use one. Older
django versions were ok with this, but 1.11 is pickier about the correctness.
* add current changes to HISTORY.rst
* Adjust SILENCED_SYSTEM_CHECKS setting during tests
Django 1.11 is stricter about system checks and will not even run
the tests where there are some errors we specifically test for due
to older django versions letting you make these mistakes.
* Added optional max_digits and decimal_places parameters to
forms.DecimalFractionField so that returned Decimal objects have the
desired max_digits and decimal_places when not directly tied to a
models.DecimalField() on a ModelForm

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.