diff options
| author | Jamie Matthews | 2012-10-25 11:12:10 +0100 |
|---|---|---|
| committer | Jamie Matthews | 2012-10-25 11:12:10 +0100 |
| commit | 16e249d60ded1679bc1c978a72d9aee8c415ae14 (patch) | |
| tree | ae9da0f19db6437572e70eefe99670086f001920 /docs/topics | |
| parent | 32ebf96ef661533a9bb69124ec9cef4af2393014 (diff) | |
| parent | 3e751ccd8aa2870c125a17de6af6e1909aa2b35e (diff) | |
| download | django-rest-framework-16e249d60ded1679bc1c978a72d9aee8c415ae14.tar.bz2 | |
Merge branch 'restframework2' into split-generic-views
* restframework2:
Fix ModelSerializer logic for fields with default value, which should have required=False set
Added @diviei - Thanks!
Fix typo reported by @diviei
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/credits.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md index 6df99237..27a56326 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -48,6 +48,7 @@ The following people have helped make REST framework great. * Max Hurl - [maximilianhurl] * Tomi Pajunen - [eofs] * Rob Dobson - [rdobson] +* Daniel Vaca Araujo - [diviei] Many thanks to everyone who's contributed to the project. @@ -127,3 +128,4 @@ To contact the author directly: [maximilianhurl]: https://github.com/maximilianhurl [eofs]: https://github.com/eofs [rdobson]: https://github.com/rdobson +[diviei]: https://github.com/diviei |
