-
Notifications
You must be signed in to change notification settings - Fork 7
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
Map existing configuration of (everything) to the 6 steps #6
Comments
Currently working on this at https://github.com/Ian-Foote/new-serializers-notes. |
Where do we want to have metadata like labels and help text? Clearly these are used in the render step, but they're also the sort of thing that might appear in a DRF |
They are part of the "rendering" step, but that doesn't mean that they only belong in the renderer. Thinking about the structural object underneath, it looking something like:
or something along those lines might make sense. |
I think I've covered most of the public Django forms api now. On to DRF! |
I've added some notes on |
@ian-foote
The text was updated successfully, but these errors were encountered: