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

Relationship forms #6

Open
3 of 6 tasks
bhch opened this issue Oct 11, 2021 · 4 comments
Open
3 of 6 tasks

Relationship forms #6

bhch opened this issue Oct 11, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@bhch
Copy link
Owner

bhch commented Oct 11, 2021

Tasks:

  • Foreignkey (forward)
  • Foreignkey (reverse)
  • O2O (forward)
  • O2O (reverse)
  • M2M (forward)
  • M2M (reverse)
@bhch bhch added the enhancement New feature or request label Oct 12, 2021
@bhch
Copy link
Owner Author

bhch commented Oct 12, 2021

Commit number 788363b adds support for foreignkey fields (forward only).

Remaining tasks:

  1. Reverse foreignkey (django like inlines)
  2. M2M (multi select, or perhaps a fancier input)
  3. O2O

@bhch
Copy link
Owner Author

bhch commented Oct 13, 2021

Commit number 65824d4 adds support for manytomany fields (forward only).

Remaining tasks:

  1. Reverse fkey
  2. Reverse m2m
  3. o2o

@bhch
Copy link
Owner Author

bhch commented Oct 13, 2021

Commit number 04eedab adds support for onetone fields (forward onlly).

@bhch
Copy link
Owner Author

bhch commented Nov 1, 2021

Remaining tasks: reverse relations (similar to inlines in django).

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
None yet
Development

No branches or pull requests

1 participant