aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2015-04-14Django 1.8 is no longer in betaJosé Padilla
2015-04-08Update example of nested dataRob Hudson
2015-04-08Update serializers documentation (removed feature)Paweł Stiasny
It seems that allow_add_remove was removed from 3.x, yet the docs still mention it. Updating to avoid confusion.
2015-04-07more sp fixesBrett Koonce
2015-04-07Fix typo.Oleg Marshev
2015-04-03Merge pull request #2753 from johnjohndoe/patch-1José Padilla
Fix typo.
2015-04-01Merge pull request #2777 from jpadilla/docs-query-paramsTom Christie
`query_params` in favor of `QUERY_PARAMS`
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-26Reference typos in fields.mdChristoffer
2015-03-23Fix older release notes linkJosé Padilla
Closes #2756
2015-03-23TypoTom Christie
2015-03-23Fix release dateTom Christie
2015-03-23Add 3.1.x series headerTom 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-23Fix typo.Tobias Preuss
2015-03-20Put the needed import in one exampleQuentin Pradet
2015-03-19Release notes for 3.1.1 and version bump.Xavier Ordoquy
2015-03-17Fix typo in versioning docsAaron Yong
2015-03-16Merge pull request #2703 from kylepjohnson/masterTom Christie
Add necessary imports to final urls.py example
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-13Fix the link to the old doc (#2681).Xavier Ordoquy
2015-03-11Fix example of explicit format URL (for real).Esmail
Do what I meant to do in #2670: The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".
2015-03-11Fixed import statement in API docsJames Rutherford
2015-03-10Changed incorrect class nameBryan Alsdorf
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