Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
senko
on Feb 10, 2017
|
parent
|
context
|
favorite
| on:
Learn web development: Django Web Framework
Alternative is to use the modelform but not save the created/updated model automatically. Then you modify the resulting model object and save it manually as needed.
Works also with models with m2m fields with Form.save_m2m().
chubuntu
on Feb 12, 2017
[–]
Thank you
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Works also with models with m2m fields with Form.save_m2m().