aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2015-01-07prefer single quotes in source and double quotes in user visible strings; add...Craig Blaszczyk
2015-01-07use double quotes in user messagesCraig Blaszczyk
2015-01-07update source stringsCraig Blaszczyk
2015-01-07use double quotes for user visible strings; end user visible strings in full ...Craig Blaszczyk
2015-01-07remove hardcoded page numberCraig Blaszczyk
2015-01-07recompile pofile with new python format stringsCraig Blaszczyk
2015-01-07switch to using format strings in error messages; raise NotFound when paginat...Craig Blaszczyk
2015-01-02add missing period; update generated translationsCraig Blaszczyk
2015-01-02update error messages for language and consistencyCraig Blaszczyk
2015-01-02fix spelling & grammar errorsCraig Blaszczyk
2015-01-02update internationalisation instructions to prevent symlinking; add base .po ...Craig Blaszczyk
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Copy validators lists on instantiation.Tom Christie
2014-12-19build_*_field methodsTom Christie
2014-12-19build_field, build_final_kwargsTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19Merge branch 'master' into version-3.1Tom Christie
2014-12-19depth should reduce by one on each nesting level. Closes #2287.Tom Christie
2014-12-19Clean upTom Christie
2014-12-19get_uniqueness_field_options first passTom Christie
2014-12-19get_extra_kwargsTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19Merge branch 'master' into version-3.1Tom Christie
2014-12-19get_unique_together_validators and get_unique_for_date_validatorsTom Christie
2014-12-18Assert fields in `exclude` are model fieldsTymur Maryokhin
2014-12-18YAML encoder fix for 3.0 serializers.Tom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
2014-12-17Version 3.0.2Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-17str() -> six.text_type(). Closes #2290.Tom Christie
2014-12-17Ensure request.auth is available to response middleware.Tom Christie
2014-12-17Merge pull request #2155 from martinmaillard/set-user-on-wrapped-requestTom Christie
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie
2014-12-16Minor comment tweakTom Christie
2014-12-16AcceptHeaderVersioning to return unicode strings.Tom Christie
2014-12-16Added NamespaceVersioningTom Christie
2014-12-16Merge lateset version-3.1Tom Christie
2014-12-16Merge branch 'master' into version-3.1Tom Christie
2014-12-16Versioning first passTom Christie
2014-12-15Minor test cleanupTom Christie
2014-12-15Merge masterTom Christie
2014-12-15Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bugTom Christie
2014-12-15Remove erronous printTom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-15Better messaging for 'Field.to_representation'. Closes #2271.Tom Christie