aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-08update tests to expect new error messagesCraig Blaszczyk
2015-01-08remove unused importCraig Blaszczyk
2015-01-07restore Django 404Craig Blaszczyk
2015-01-07swap backticks for double quotesCraig Blaszczyk
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-07add config and documentation about uploading/downloading translations from Tr...Craig Blaszczyk
2015-01-02add missing period; update generated translationsCraig Blaszczyk
2015-01-02capitalise DjangoCraig Blaszczyk
2015-01-02update expected error messages in testsCraig 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
2015-01-02Add info about how django chooses which language to useCraig Blaszczyk
2015-01-02match DRF style guideCraig Blaszczyk
2015-01-02instructions on how to translate REST framework error messagesCraig Blaszczyk
2014-12-19Merge pull request #2322 from tomchristie/model-serializer-apiTom Christie
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Stub out the documentationTom 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-18Merge pull request #2319 from maryokhin/masterTom Christie
2014-12-18Add OPTIONS/metadata to docs indexTom Christie
2014-12-18Assert fields in `exclude` are model fieldsTymur Maryokhin
2014-12-18Merge pull request #2316 from tomchristie/project-managementTom Christie
2014-12-18Added project management docs.Tom Christie
2014-12-18Merge masterTom Christie
2014-12-18Merge pull request #2315 from tomchristie/yaml-encoder-fixTom Christie
2014-12-18YAML encoder fix for 3.0 serializers.Tom Christie
2014-12-18Merge pull request #2314 from tomchristie/drop-setup-py-testTom Christie
2014-12-18Add pinned versions of wheels and mkdocs to our dev requirements.Tom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-18Drop 'setup.py test'. Just use 'runtests.py'.Tom Christie
2014-12-18Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publishTom Christie