aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-04-01Merge pull request #2777 from jpadilla/docs-query-paramsTom Christie
`query_params` in favor of `QUERY_PARAMS`
2015-03-31Merge pull request #2782 from caffodian/masterKevin Brown
Should use "ordering" in model Meta, not order_by in Serializer Relations example [documentation]
2015-03-31Should use "ordering" in model Meta, not order_byAlex Tsai
2015-03-29`query_params` in favor of `QUERY_PARAMS`José Padilla
2015-03-27Merge pull request #2775 from exonian/patch-1Kevin Brown
Fixed docstring typo
2015-03-27Fixed docstring typoMichael Blatherwick
2015-03-26Merge pull request #2767 from ckaalund/patch-1José Padilla
Reference typos in fields.md
2015-03-26Reference typos in fields.mdChristoffer
2015-03-25Merge pull request #2764 from jpadilla/2763Carlton Gibson
Use default reason phrases from HTTP standard. Fixes #2763
2015-03-25Use default reason phrases from HTTP standard.José Padilla
Closes #2763
2015-03-25Merge pull request #2762 from charettes/metadata-null-boolean-fieldXavier Ordoquy
Metadata should detect null boolean field type.
2015-03-24Metadata should detect null boolean field type.Simon Charette
2015-03-23Fix older release notes linkJosé Padilla
Closes #2756
2015-03-23Try to resolve pep8 versioning clash.Tom Christie
2015-03-23Downgrade pep8 requirement, due to versioning clashTom Christie
2015-03-23Update flake8 dependancyTom Christie
2015-03-23TypoTom Christie
2015-03-23Fix release dateTom Christie
2015-03-23Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-03-23Add 3.1.x series headerTom Christie
2015-03-23Merge pull request #2724 from delinhabit/namespaced-versioning-non-api-reversalTom Christie
Handle reversal of non-API view_name in HyperLinkedRelatedField
2015-03-23Latest translation strings3.1.1Tom Christie
2015-03-23Update release notesTom Christie
2015-03-23Merge pull request #2726 from linovia/release/3.1.1Tom Christie
Release notes for 3.1.1 and version bump.
2015-03-23Escape tab switching cookieTom Christie
2015-03-23Merge pull request #2743 from maurodoglio/serializer_class-html-rendererTom Christie
Use `serializer_class` for browsable API display, even on plain APIView.
2015-03-22Make BrowsableAPIRenderer use serializer_class when presentmdoglio
2015-03-22Set serializer_class on ObtainAuthToken viewmdoglio
2015-03-22Merge pull request #2741 from maurodoglio/hide-authtoken-fieldTom Christie
AuthTokenSerializer - properly render password field
2015-03-22AuthTokenSerializer - properly render password fieldmdoglio
2015-03-20Merge pull request #2733 from pquentin/patch-reverseTom Christie
Put the needed import in one example
2015-03-20Put the needed import in one exampleQuentin Pradet
2015-03-19Handling the fallback in `reverse`Ion Scerbatiuc
2015-03-19Release notes for 3.1.1 and version bump.Xavier Ordoquy
2015-03-19Handle reversal of non-API view_name in HyperLinkedRelatedFieldIon Scerbatiuc
2015-03-17Merge pull request #2707 from ajyong/patch-1José Padilla
Fix typo in versioning docs
2015-03-17Fix typo in versioning docsAaron Yong
2015-03-17Merge pull request #2705 from diwu1989/patch-1Tom Christie
use SAFE_METHODS and make tuple
2015-03-16use SAFE_METHODS and make tupleDi Wu
2015-03-16Merge pull request #2703 from kylepjohnson/masterTom Christie
Add necessary imports to final urls.py example
2015-03-16Merge pull request #2702 from rubendura/masterTom Christie
Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655
2015-03-16Add necessary imports to final urls.py exampleKyle P. Johnson
2015-03-16Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655Rubén Durá Tarí
2015-03-16Merge pull request #2700 from tomchristie/do-not-paginate-if-page-size-noneTom Christie
Do not paginate if PAGE_SIZE=None
2015-03-16Merge pull request #2631 from Ins1ne/feature/issue-2559Tom Christie
Allow blank/null on radio.html choices
2015-03-16Do not paginate if PAGE_SIZE=NoneTom Christie
2015-03-16Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-03-16Latest translation stringsTom Christie
2015-03-16Merge pull request #2697 from jpadilla/testsTom Christie
Simplify test settings
2015-03-14Simplify test settingsJosé Padilla