aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-01-08Update the release note with latest fixes.Xavier Ordoquy
Add the link to the 3.0.3 milestone.
2015-01-08Merge remote-tracking branch 'origin/master' into release/3.0.3Xavier Ordoquy
2015-01-08update tests to expect new error messagesCraig Blaszczyk
2015-01-08remove unused importCraig Blaszczyk
2015-01-08Ammend docstring to use python2/3 compatible example.Tom Christie
2015-01-08Fix broken 1.7.3. It's 1.7.2 - 1.7.3 is documented but not yet on PyPI.Tom Christie
2015-01-08Minimum 1.6.x version is 1.6.3Tom Christie
2015-01-08Minimum Django 1.5 version issue 1.5.6Tom Christie
2015-01-08Ensure urlparse is not publically exposed in compat.py - less chance of ↵Tom Christie
accidental conflict.
2015-01-08Link to Roy Fielding versioning interview.Tom Christie
2015-01-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-08Minor docs updatesTom Christie
2015-01-07Merge pull request #2386 from linovia/bugfix/drop_egg_supportTom Christie
Mark Django REST Framework as incompatible with eggs
2015-01-07Update project-management.mdTom Christie
2015-01-07Update project-management.mdTom Christie
2015-01-07restore Django 404Craig Blaszczyk
2015-01-07swap backticks for double quotesCraig Blaszczyk
2015-01-07Make Django REST Framework as zip unsafe.Xavier Ordoquy
2015-01-07Bumped the version to 3.0.3.Xavier Ordoquy
2015-01-07Release notes for 3.0.3Xavier Ordoquy
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-07Merge pull request #2382 from JocelynDelalande/patch-1Tom Christie
fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION
2015-01-07fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATIONJocelynDelalande
+ It is consistent with docs about DEFAULT_PERMISSION_CLASSES
2015-01-07Merge pull request #2379 from Gaffney/fix-compat-commentTom Christie
Fix compatibility comment regarding OrderedDict
2015-01-06Fix compatibility comment regarding OrderedDictRyan Gaffney
2015-01-06Update exception docs. Closes #2378.Tom Christie
2015-01-05Minor docs update. Refs #2375.Tom Christie
2015-01-05Pass init arguments through to serializer from pagination serializer.Tom Christie
Closes #2355. Normally a serializer won't need these arguments on __init__, but if a user has customized __init__ they may expect them to be available.
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