Closed pyup-bot closed 3 years ago
Merging #37 (94fb3a9) into master (eef1eec) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 98.61% 98.61%
=======================================
Files 10 10
Lines 289 289
=======================================
Hits 285 285
Misses 4 4
Flag | Coverage Δ | |
---|---|---|
unittests | 98.61% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update eef1eec...94fb3a9. Read the comment docs.
This PR updates Django from 3.2.5 to 3.2.6.
Changelog
### 3.2.6 ``` ========================== *August 2, 2021* Django 3.2.6 fixes several bugs in 3.2.5. Bugfixes ======== * Fixed a regression in Django 3.2 that caused a crash validating ``"NaN"`` input with a ``forms.DecimalField`` when additional constraints, e.g. ``max_value``, were specified (:ticket:`32949`). * Fixed a bug in Django 3.2 where a system check would crash on a model with a reverse many-to-many relation inherited from a parent class (:ticket:`32947`). ========================== ```Links
- PyPI: https://pypi.org/project/django - Changelog: https://pyup.io/changelogs/django/ - Homepage: https://www.djangoproject.com/