pypi django-filter 2.4.0
Version 2.4.0

latest releases: 24.3, 24.2, 24.1...
4 years ago
  • SECURITY: Added a MaxValueValidator to the form field for
    NumberFilter. This prevents a potential DoS attack if numbers with very
    large exponents were subsequently converted to integers.

    The default limit value for the validator is 1e50.

    The new NumberFilter.get_max_validator() allows customising the used
    validator, and may return None to disable the validation entirely.

  • Added testing against Django 3.1 and Python 3.9.

    In addition tests against Django main development branch are now required to
    pass.

Don't miss a new django-filter release

NewReleases is sending notifications on new releases.