aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
Use the new build env on Travis
2014-11-18Use the new build env on TravisJosh Kalderimis
faster vms, more ram, more cpu, better vm boot times official docs coming soon
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-18Merge branch 'master' of github.com:tomchristie/django-rest-frameworkCarlton Gibson
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-18Ensure `_resolve_model` does not return `None`Doug Beck
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
Fix runtests examples
2014-11-17Fix runtests examplesJosé Padilla
Correctly rename runtests examples to work with current runtests.py file.
2014-11-17Merge pull request #2082 from tomchristie/add-django-master-to-build-matrixTom Christie
Add Django `master` to build matrix.
2014-11-17Add django master to build matrix. Closes #2075.Tom Christie
2014-11-15More helpful error message when default `.create` fails. Closes #2013.Gregor Müllegger
2014-11-15Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework ↵Eleni Lixourioti
into oauth_as_package Conflicts: .travis.yml
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. ↵Tom Christie
Closes #2021.
2014-11-13Reinstate OPTIONS testsTom Christie
2014-11-13Remove tests/settings. Using conftest instead.Tom Christie
2014-11-13Remove test cruftTom Christie
2014-11-13Add PyPI version badge.Tom Christie
2014-11-12Added missing default style for FileFieldKevin Chang
2014-11-12Update html.pyTom Christie
2014-11-12Update html.pyTom Christie
2014-11-10Merge pull request #2055 from kevinlondon/patch-6Tom Christie
#2054: Update exceptions to allow custom detail
2014-11-10#2054: Update exceptions to allow custom detailKevin London
This addresses the changes requested in #2054 and allows for custom messages that do not necessarily require a string formatter be present in the detail message.
2014-11-10Update fields.pyTom Christie
2014-11-10Bring UniqueValidator implementation in line with other uniquness validators.Tom Christie
2014-11-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-11-08Merge pull request #2051 from jochenvdv/fix-typosTom Christie
Fix some typos in contributing.md
2014-11-08Fix some typos and other errorsJochen Van de Velde