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

1028 Document how to achieve a OneToOneField in Piccolo #1029

Merged
merged 9 commits into from
Jun 19, 2024

Conversation

dantownsend
Copy link
Member

Resolves #1028

As well as adding documentation, this PR adds a new table to the playground called FanClub, for testing unique foreign keys.

It also adds a new method to ForeignKey called reverse, which is an alternative to join_on for traversing foreign keys in reverse.

@dantownsend dantownsend added the enhancement New feature or request label Jun 19, 2024
@dantownsend dantownsend merged commit 4be8aec into master Jun 19, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Document how to achieve a OneToOneField in Piccolo
1 participant