aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2015-03-09Fixed a typo in the documentation's link.Xavier Ordoquy
2015-03-09Merge pull request #2652 from jpadilla/masterTom Christie
Remove the 'docs for 3.0' banners.
2015-03-09Merge pull request #2655 from jwbixby/patch-1Tom Christie
Update documentation over PAGE_SIZE
2015-03-09Fixed missing word in CursorPagination docsDeven Xie
2015-03-08Update documenation over PAGE_SIZEjwbixby
This replaces all locations of the old setting `DEFAULT_PAGE_SIZE` for the current setting `PAGE_SIZE`
2015-03-07Update to 3.1 releaseJosé Padilla
2015-03-07Remove docs for 3.0 bannersJosé Padilla
2015-03-07Fix permissions on markdown filesJosé Padilla
2015-03-06Fix customizing field mappings linkJosé Padilla
2015-03-06Better docs linkingTom Christie
2015-03-06More docs on cursor pagination3.1.0Tom Christie
2015-03-06Tweaks for cursor pagination and docsTom Christie
2015-03-04Update docsTom Christie
2015-03-04Clean up pagination attributesTom Christie
2015-02-27Merge pull request #2584 from aRkadeFR/DocFixingTypoJosé Padilla
Documentation test fix double word
2015-02-27update for `that the` instead of `that`aRkadeFR
2015-02-26Merge pull request #2606 from tomchristie/1.8-betaTom Christie
Formally upgrade suport to Django 1.8-beta
2015-02-26Docs on exception handler context. Closes #2604.Tom Christie
2015-02-26Formally upgrade suport to Django 1.8-betaTom Christie
2015-02-26Pagination tweaks and docsTom Christie
2015-02-25Update third-party-resources.mdMateusz Sikora
2015-02-25Update authentication.mdMateusz Sikora
2015-02-25Update third-party-resources.mdMateusz Sikora
2015-02-21updated outdated link at testing.md#APIClientludbek
2015-02-20Documentation test fix double wordaRkadeFR
2015-02-18add missing import in testsPaul Hallett
2015-02-17Fix typo in requests.mdYannick PÉROUX
2015-02-17Minor docs tweakTom Christie
2015-02-17Recommend 'pip list --outdated' instead of using pip-reviewTom Christie
2015-02-17Note on using pip-review in docs.Tom Christie
2015-02-13Merge pull request #2198 from tomchristie/version-3.1Tom Christie
Version 3.1
2015-02-12Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549.Tymur Maryokhin
2015-02-10Add release notes for 3.0.5.Xavier Ordoquy
2015-02-09Fix typo in 3.1 announcementJoar Leth
2015-02-09Merge masterTom Christie
2015-02-09Minor docs workTom Christie
2015-02-06Minor cleanups/improvements to ModelSerializer APITom Christie
2015-02-06Merge pull request #2460 from mmarvick/masterJosé Padilla
Small fixes to the tutorial
2015-02-06Fix typoTom Christie
2015-02-06Merge branch 'version-3.1' of ↵Tom Christie
git://github.com/jpadilla/django-rest-framework into version-3.1
2015-02-06Upgrade pending deprecations to deprecationsTom Christie
2015-02-06Pagination imagesTom Christie
2015-02-06Internationalization docsTom Christie
2015-02-06Add trim_whitespace to CharField #2517José Padilla
If set to `True` then leading and trailing whitespace is trimmed. Defaults to `True`.
2015-02-05Revert some of the changes made in 1-serialization.mdMichael Marvick
2015-02-06Link to ModelSerializer APITom Christie
2015-02-06Drop 2.x announcementsTom Christie
2015-02-04Updating release notesTom Christie
2015-02-04Merge pull request #2512 from heywbj/docsXavier Ordoquy
Add django-rest-framework-recursive to docs
2015-02-03docsWarren Jin