-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Doc] Fix <ReferenceManyField>
chapter snippets to match the example data
#9067
Conversation
field year doesn't exists in the relational model shown in the example, changed all the year to published_at
Thanks. Could you make it a |
Changed TextField into DateField
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.
Modified DateField for field published at
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.
Added the DateField in the import
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.
Other than that the changes look good, thanks
Should be good now |
all good, thanks! |
<ReferenceManyField>
chapter snippets to match the example data
<ReferenceManyField>
chapter snippets to match the example data <ReferenceManyField>
chapter snippets to match the example data
field year doesn't exists in the relational model shown in the example, changed all the year to published_at