-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
HistoricOneToOneField #1394
HistoricOneToOneField #1394
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…imple-history into historic-one-to-one
Hi, is this going to be merged and if so when please |
Waiting for maintainers to review! |
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.
Thank you again Jordan! There are some documentation changes I think we should make and a few more I have questions about.
We also need to credit @david-homelend in the commit. See https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors |
- Added suggested doc string to HistoricOneToOneField - Updated test doc strings
Co-authored-by: David Diamant <[email protected]>
Ok, I made the requested changes, let me know if I missed/messed something up! |
I had to update language_version: python3.11 in the .pre-commit-config.yaml because it was failing to find a python3.8 interpreter |
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.
I made some last clean-up tweaks. When CI passes, I'll merge. Thank you for the PR!
I'll give it a go, no promises that it'll work because I don't have their email address. Sorry @quadracik if it doesn't work 🤞 |
It worked! 🎉 |
Thanks guys! I really appreciate it. |
Adds support for HistoricOneToOneField
Description
Implemented the solution proposed by @quadracik in issue #1031
Related Issue
This PR addresses issue #1031 and #1389
Motivation and Context
How Has This Been Tested?
Appropriate unit tests have been written and follow the ones written for HistoricForeignKey
Types of changes
Checklist:
pre-commit run
command to format and lint.AUTHORS.rst
CHANGES.rst