-
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
Prototype top and second level APIs #24
Comments
I'm happy to give this a go :) |
Looks great! Just one quick question: how would you create a form with initial data which don't come from a model instance, ie. a plain dict ?
Another question is, how do you add a form field ? Is it possible to also write this without any model instance to see how this would look like ? |
jpic
added a commit
to jpic/django-adapters
that referenced
this issue
Mar 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Top level API should be ideally similar to form/serializer, but it should be informed by a "second level" API which is purely functional.
I have something like this in my head:
Note that no step needs to use
a.blah
for any blah except the structure ofa
.The text was updated successfully, but these errors were encountered: