aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2015-01-09Merge pull request #2373 from jakul/document-translations-3.1Tom Christie
Document how to translate DRF error messages (version 3.1)
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; ↵Craig Blaszczyk
add some missing full stops to user visible strings
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
stops; add some missing translation tags
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 ↵Craig Blaszczyk
pagination fails to provide a more useful error message
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05Udpate docstringTom Christie
2015-01-05Update docstringTom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.Tom Christie
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
file
2014-12-29First pass at refactoring get_field_info in utils.model_metaKyle Valade
2014-12-28Update copryright for 2015. Closes #2247.Tom Christie
2014-12-28Support namespaced router URLs with DefaultRouter.Tom Christie
2014-12-28Only pass max_length for CharField. Closes #2317.Tom Christie
2014-12-26Paginated serializers should get context.Tom Christie
2014-12-24Merge pull request #2340 from shtouff/fix-htmlform-textareaTom Christie
Use textarea input for 'models.TextField'.
2014-12-23Remove ‘/‘ from inside variable block {{ }}Andrew Seier
manage.py compress —force causes a warning here.
2014-12-23Remove commented code (warning during compression)Andrew Seier
manage.py compress —force causes a warning here.
2014-12-22fix the way to use textarea rather than input with models.TextFieldRemi Paulmier
2014-12-20Merge pull request #2331 from ↵Tom Christie
tomchristie/use-custom-list-serializer-for-pagination Use custom ListSerializer for pagination if required.
2014-12-20Merge pull request #2330 from tomchristie/better-blank-html-behaviorTom Christie
Better behavior with null and '' for blank HTML fields.
2014-12-20Use custom ListSerializer for pagination if one is specified on the serializer.Tom Christie
2014-12-20Better behaviour with null and '' for blank HTML fields.Tom Christie
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
Ability to customize method names without creating a custom router
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-19Change decorator attribute name to url_path per suggestionstanwanirahul
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