aboutsummaryrefslogtreecommitdiffstats
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-08update tests to expect new error messagesCraig Blaszczyk
2015-01-08remove unused importCraig Blaszczyk
2015-01-08Link to Roy Fielding versioning interview.Tom Christie
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-07add config and documentation about uploading/downloading translations from ↵Craig Blaszczyk
Transifex
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-05Add docs for OAuth, XML, YAML, JSONP packages. Closes #2179.Tom 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-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
file
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
2015-01-02Merge pull request #2371 from robbyt/patch-4Tom Christie
fix the serializer widget style formatting documentation
2015-01-01fix widget style formattingRob Terhaar
2014-12-30Merge pull request #2363 from kdazzle/models_meta-cleanupTom Christie
First pass at refactoring get_field_info in utils.model_meta
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-28Note on using i18n_patterns with format_suffix_patterns. Closes #2278.Tom Christie
2014-12-28Support namespaced router URLs with DefaultRouter.Tom Christie
2014-12-28Drop unused importTom Christie
2014-12-28Add notes on include and namespacing. Closes #2335.Tom Christie
2014-12-28Remove broken test. Closes #2359.Tom Christie
2014-12-28Only pass max_length for CharField. Closes #2317.Tom Christie
2014-12-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-28Add import notes in docs. Closes #2357Tom Christie
2014-12-27Merge pull request #2358 from fusionbox/manger_typoTom Christie
Typo manger => manager
2014-12-26Typo manger => managerRocky Meza
2014-12-26Release notes on non-text detail arguments. Closes #2341.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-24modified the tests accordinglyRemi Paulmier
2014-12-23Merge pull request #2348 from theengineear/compress-invalid-templateKevin Brown
Compress invalid template