-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
708 - Add Natural Key Support to Tag model. #905
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #905 +/- ##
==========================================
+ Coverage 91.44% 92.21% +0.77%
==========================================
Files 9 9
Lines 736 758 +22
Branches 116 137 +21
==========================================
+ Hits 673 699 +26
+ Misses 41 37 -4
Partials 22 22 ☔ View full report in Codecov by Sentry. |
…to allow deserialization with natural-foreign key
@rtpg when you have time, can you apply the djangonauts-reserved label to the following PRs (github allows you to mass apply labels from the list view): |
#708
Adds the ability to load/dump Tags by by natural keys rather thank PK