aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-26Fix doc typo in UserViewSet exampleSebastien Beal
2013-05-24Version 2.3.42.3.4Tom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-24Merge branch 'issue-192-expose-fields-for-options' of ↵Tom Christie
https://github.com/grimborg/django-rest-framework into improved-options-support
2013-05-24Updating docsTom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-22Fix release notesTom Christie
2013-05-22Last bits of charset sorting-out-nessTom Christie
2013-05-22Use assertEqual, not assertEqualsTom Christie
2013-05-22Security email addressTom Christie
2013-05-22Minor cleanupTom Christie
2013-05-22Tweak method ordering for better consistencyTom Christie
2013-05-21Tweak nav style slightlyTom Christie
2013-05-21Added @mikee2185 and @mjtorn for their work on #467. Thank you :)Tom Christie
2013-05-21Note usage of django-filter 0.5.4 for Django 1.3 support. Closes #877Tom Christie
2013-05-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-21Merge and styling fixesTom Christie
2013-05-21Added @atarzwell for docs fix #876. Thanks!Tom Christie
2013-05-21Merge pull request #876 from atarzwell/masterTom Christie
Incorrect import in Tutorial - Step 6 - ViewSets
2013-05-20Update TypoAndrew Tarzwell
2013-05-20content type may be set explicitly on the responseTom Christie
2013-05-20Fix charset issuesTom Christie
2013-05-20TypoTom Christie
2013-05-20Fix broken docs links. Closes #873Tom Christie
2013-05-20Added @commonorgarden, for fix #875. Thank you :)Tom Christie
2013-05-20Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-20More explicit quickstart guide. Closes #867.Tom Christie
2013-05-20Merge pull request #875 from commonorgarden/masterTom Christie
Issue 874 - Update SlugField to raise validation errors for invalid slugs
2013-05-20Updated SlugField to raise validation errors for invalid slugsDavid Jones
2013-05-20Merge pull request #872 from Neamar/masterTom Christie
Removed typo from documentation
2013-05-20Legacy parameter orderNeamar
2013-05-20Corrected docs (authentication instead of filtering)Neamar
2013-05-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19fixed tests, added docs, renamed helper methodOscar Vilaplana
2013-05-19fixed merge conflictOscar Vilaplana
2013-05-19* make test assertion more explicitNikolaus Schlemm
* cleanup
2013-05-19Added min_length and max_lengthOscar Vilaplana
2013-05-19Removed unused importsOscar Vilaplana
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' ↵Nikolaus Schlemm
into issue-192-expose-fields-for-options
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-19use double quotes for docstring instead of single quotesNikolaus Schlemm
2013-05-19Merge branch 'issue-192-expose-fields-for-options' of ↵Oscar Vilaplana
github.com:grimborg/django-rest-framework into issue-192-expose-fields-for-options
2013-05-19Merge pull request #2 from nschlemm/issue-192-expose-fields-for-optionsÒscar Vilaplana
Issue 192 expose fields for options
2013-05-19FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for ↵Nikolaus Schlemm
parameters like e.g. filter or paginate
2013-05-19Merge branch 'issue-192-expose-fields-for-options' of ↵Oscar Vilaplana
github.com:nschlemm/django-rest-framework into issue-192-expose-fields-for-options
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' ↵Nikolaus Schlemm
into issue-192-expose-fields-for-options
2013-05-19don't expose fields for GET and DELETE - leaving room for parameters like ↵Nikolaus Schlemm
e.g. filter or paginate