aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-20Fix rendering HTML form when API error raised. Closes #2103.3.0-betaTom Christie
2014-11-20Merge pull request #2095 from tomchristie/3.0-betaTom Christie
2014-11-20Py3 fix - .items is not a list.Tom Christie
2014-11-20Fill in TODOs for 3.0 beta release notesTom Christie
2014-11-20Note on 3.1 and 3.2 releases.Tom Christie
2014-11-20Merge branch 'master' into 3.0-betaTom Christie
2014-11-20Resolve PUT and POST buttons in browsable APITom Christie
2014-11-20Add --- null option for selects. Closes #2096.Tom Christie
2014-11-20Fixes for defaulting empty HTML fields to '', None, or empty.Tom Christie
2014-11-20Make _force_text_recursive private.Tom Christie
2014-11-20Merge branch 'master' into 3.0-betaTom Christie
2014-11-20Merge pull request #2100 from LuRsT/patch-1Tom Christie
2014-11-20Removed unused import from code snippet in tutorialGil Gonçalves
2014-11-20Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-20Fix non-determanistic default bug. Closes #2099.Tom Christie
2014-11-19Merge pull request #2097 from raonyguimaraes/masterTom Christie
2014-11-19small typeRaony Guimarães
2014-11-19Fix non-determanistic unique constraint mapping. Refs #2092.Tom Christie
2014-11-19Minor fix for #2092.Tom Christie
2014-11-19Merge branch 'master' into 3.0-betaTom Christie
2014-11-19Further notes in 3.0 announcementTom Christie
2014-11-19Apply defaults and requiredness to unique_together fields. Closes #2092.Tom Christie
2014-11-19Use translatable error strings. Refs #2063.Tom Christie
2014-11-19Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-19Allow blank choices to render. Closes #2071.Tom Christie
2014-11-19Merge pull request #2090 from joshk/patch-1Xavier Ordoquy
2014-11-18Use the new build env on TravisJosh Kalderimis
2014-11-18List serializer no explicitly renders as 'not supported for HTML input'Tom Christie
2014-11-18Note on 3.0 betaTom Christie
2014-11-18Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084Tom Christie
2014-11-18Add comment ref #2089Tom Christie
2014-11-18Only pass instance to form for PUT and PATCH. Closes #2073.Tom Christie
2014-11-18Note removal of 'save_object' and fail loudly if it existsTom Christie
2014-11-17Docs for advanced default argument usage. Closes #1945Tom Christie
2014-11-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-17Remove class='form-control' for file inputs. Closes #2065.Tom Christie
2014-11-17Merge pull request #2083 from jpadilla/patch-1Tom Christie
2014-11-17Fix runtests examplesJosé Padilla
2014-11-17Merge pull request #2082 from tomchristie/add-django-master-to-build-matrixTom Christie
2014-11-17Add django master to build matrix. Closes #2075.Tom Christie
2014-11-13required=False for nullable relationshipsTom Christie
2014-11-13ReturnList and ReturnDict wrapped at nicer pointTom Christie
2014-11-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-13Refactor manyTom Christie
2014-11-13Split out .create and .update on ListSerializerTom Christie
2014-11-13Use select inputs for relationships. Closes #2058.Tom Christie
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie
2014-11-13Reinstate OPTIONS testsTom Christie
2014-11-13Remove tests/settings. Using conftest instead.Tom Christie
2014-11-13Remove test cruftTom Christie