aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2014-11-13Add PyPI version badge.Tom Christie
2014-11-12Update html.pyTom Christie
2014-11-12Update html.pyTom Christie
2014-11-10Merge pull request #2055 from kevinlondon/patch-6Tom Christie
2014-11-10#2054: Update exceptions to allow custom detailKevin London
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
2014-11-08Fix some typos and other errorsJochen Van de Velde
2014-11-08Merge pull request #2050 from jpadilla/issues/2045Tom Christie
2014-11-07Fix csrf-ajax link. Closes #2045José Padilla
2014-11-07Tweaks to release notesTom Christie
2014-11-07Fixes to release notesTom Christie
2014-11-07Support dotted source on relational fieldsTom Christie
2014-11-07Fix initial data on serializers to reflect writable fieldsTom Christie
2014-11-07Fix up fieldset templates. Closes #2039Tom Christie
2014-11-07Merge branch 'master' into dont-deserialize-twiceTom Christie
2014-11-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-07Fix serializer initial dataTom Christie
2014-11-07Prevent re-running deserialization. Closes #1975.Tom Christie
2014-11-07Add font filesTom Christie
2014-11-07Metadata API should examine child serializer if passed parent ListSerializer....Tom Christie
2014-11-07ModelField fix. Closes #2018.Tom Christie
2014-11-07.copy() for serializer .data and .errors dictionariesTom Christie
2014-11-07Minor tweaksTom Christie
2014-11-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-07Serializer cleanupTom Christie
2014-11-07Merge pull request #2041 from asparagui/minor_spTom Christie
2014-11-06minor spelling tweaksBrett Koonce
2014-11-06Merge pull request #2038 from NextHub/masterTom Christie
2014-11-06Tests & fixes for list serializationTom Christie
2014-11-06Fixed base_url duplication in FileField.use_urlTymur Maryokhin