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

chore: Upgrading django-simple-history. #140

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Jul 28, 2023

During the attempt to upgrade history package in the edx-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.g options={'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

@UsamaSadiq UsamaSadiq merged commit aee13be into main Aug 8, 2023
8 checks passed
@UsamaSadiq UsamaSadiq deleted the upgrade-django-history branch August 8, 2023 10:30
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