Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Update django-model-utils to 4.0.0 - #301

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-django-model-utils-3.1.2-to-4.0.0
Closed

Update django-model-utils to 4.0.0#301
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-django-model-utils-3.1.2-to-4.0.0

Conversation

@pyup-bot

Copy link
Copy Markdown
Contributor

This PR updates django-model-utils from 3.1.2 to 4.0.0.

Changelog

4.0.0

------------------
- Added `Choices.subset`.
- Remove hacks for previously supported Django versions. (Fixes GH-390)
- Dropped support for Python 2.7. (Fixes GH-393)
- Dropped usage of `six`
- Drop support for `Django 1.11`
- Add support for `Python 3.8`
- Add support for `Django 3.0`

3.2.0

-------------------
- Catch `AttributeError` for deferred abstract fields, fixes GH-331.
- Update documentation to explain usage of `timeframed` model manager, fixes GH-118
- Honor `OneToOneField.parent_link=False`.
- Fix handling of deferred attributes on Django 1.10+, fixes GH-278
- Fix `FieldTracker.has_changed()` and `FieldTracker.previous()` to return
correct responses for deferred fields.
- Add Simplified Chinese translations.
- Update AutoLastModifiedField so that at instance creation it will
always be set equal to created to make querying easier. Fixes GH-254
- Support `reversed` for all kinds of `Choices` objects, fixes GH-309
- Fix Model instance non picklable GH-330
- Fix patched `save` in FieldTracker
- Upgrades test requirements (pytest, pytest-django, pytest-cov) and
skips tox test with Python 3.5 and Django (trunk)
- Add UUIDModel and UUIDField support.
Links

@coveralls

coveralls commented Dec 12, 2019

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 1251

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.275%

Totals Coverage Status
Change from base Build 1198: 0.0%
Covered Lines: 2191
Relevant Lines: 2207

💛 - Coveralls

@pyup-bot

Copy link
Copy Markdown
Contributor Author

Closing this in favor of #389

@pyup-bot pyup-bot closed this Nov 29, 2020
@treemo
treemo deleted the pyup-update-django-model-utils-3.1.2-to-4.0.0 branch November 29, 2020 15:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants