Name |
Last commit
|
Last update |
---|---|---|
djangorestframework | ||
docs | ||
examples | ||
.hgignore | ||
.hgtags | ||
AUTHORS | ||
LICENSE | ||
MANIFEST.in | ||
README | ||
requirements.txt | ||
setup.py | ||
tox.ini |
ReadModelMixin and UpdateModelMixin store model instance as a property. This allows ModelResource to bind the ModelForm using the model instance making the form validate the input data against the model instance and not a brand new instance. When the latter happened and the model used unique fields, the form validation failed whenever a PUT was maintaining the previuos value of the unique field.
Name |
Last commit
|
Last update |
---|---|---|
djangorestframework | Loading commit data... | |
docs | Loading commit data... | |
examples | Loading commit data... | |
.hgignore | Loading commit data... | |
.hgtags | Loading commit data... | |
AUTHORS | Loading commit data... | |
LICENSE | Loading commit data... | |
MANIFEST.in | Loading commit data... | |
README | Loading commit data... | |
requirements.txt | Loading commit data... | |
setup.py | Loading commit data... | |
tox.ini | Loading commit data... |