Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-simple-history to 2.9.0 #1572

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django-simple-history from 2.8.0 to 2.9.0.

Changelog

2.9.0

------------------
- Add simple filtering if provided a minutes argument in `clean_duplicate_history` (gh-606)
- Add setting to convert `FileField` to `CharField` instead of `TextField` (gh-625)
- Added notes on BitBucket Pipelines (gh-627)
- import model `ContentType` in `SimpleHistoryAdmin` using `django_apps.get_model`
to avoid possible `AppRegistryNotReady` exception (gh-630)
- Fix `utils.update_change_reason` when user specifies excluded_fields (gh-637)
- Changed how `now` is imported from `timezone` (`timezone` module is imported now) (gh-643)
- settings.SIMPLE_HISTORY_REVERT_DISABLED if True removes the Revert
button from the history form for all historical models (gh-632))
Links

@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #1572 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1572   +/-   ##
=======================================
  Coverage   76.26%   76.26%           
=======================================
  Files         123      123           
  Lines        4580     4580           
  Branches      547      547           
=======================================
  Hits         3493     3493           
  Misses        912      912           
  Partials      175      175           

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 050859b...0afce71. Read the comment docs.

@atodorov atodorov merged commit 69f52bf into master Apr 24, 2020
@atodorov atodorov deleted the pyup-update-django-simple-history-2.8.0-to-2.9.0 branch April 24, 2020 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants