issues
search
Aplopio
/
django_rip
MIT License
14
stars
6
forks
source link
Support http PUT/ put_detail
#5
Closed
uttamk
closed
9 years ago
uttamk
commented
9 years ago
API Changes
No breaking changes. I ran all the recruiterbox api tests against these changes. None Broke.
Added a put_detail function in CrudResource
Code Changes
The pipeline for put_detail is exactly same as the one for update_detail (Lets discuss, if there are other opinions)
A few fields like EmailField and BooleanField did not implement the nullable validation correctly, that has been fixed with unit tests added
Added docstrings for CrudResource
API Changes
Code Changes