-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: upgrading django-simple-history. #2001
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #2001 +/- ##
=======================================
Coverage 95.08% 95.08%
=======================================
Files 158 158
Lines 17429 17429
Branches 1626 1626
=======================================
Hits 16572 16572
Misses 642 642
Partials 215 215
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
django-simple-history==3.3.0 | ||
# via -r requirements/base.in | ||
django-waffle==3.0.0 | ||
django-simple-history==3.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
django-simple-history==3.1.1
1ce8b24
to
e34ac25
Compare
We have to add pending migrations in edx-platform coming due to |
docs check failure will be fixed in the PR #2017 so merging with failing check to resolve django-simple-history blocker for edx-platform due to this package. |
During the attempt to upgrade
history
package in theedx-platform
repo, the check-migrations-test encountered a failure with new migrations. The updated package includes some enhancements that introduce new migrations. However, these migrations do not involve any alterations to the existing fields; instead, they are focused on meta changes aimed at improving the ordering functionality e.goptions={'get_latest_by': ('history_date', 'history_id'
https://django-simple-history.readthedocs.io/en/latest/#section-1
Upgrading the package to
3.1.1
These are due to the package. Related PR jazzband/django-simple-history#862 ( this pr shows the get_latest_by usage )
Similar PR merged in credentials