aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-11-19Tweaks to SerializerMethodField docsJamie Matthews
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Update robromano fork with upstream masterRobert Romano
Conflicts: docs/topics/credits.md docs/topics/release-notes.md
2012-11-18Docs, docs, docs, docs, docs, docsTom Christie
2012-11-17Added @MechanisM - Thanks!Tom Christie
(That's a mighty kick ass Gravatar)
2012-11-17Missing import of "Permission" model in docsEugene MechanisM
Missing import of "Permission" model in docs
2012-11-16TweakTom Christie
2012-11-16Improve pagination docsTom Christie
2012-11-16Version 2.1.32.1.3Tom Christie
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
Max length for modelserializers
2012-11-16Getting 2.1.3 release notes readyTom Christie
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
Added a FileField and an ImageField
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-16Simplified docs a bit for FileField and ImageField.Marko Tibold
Added note about MultipartParser only supporting file uploads and Django's default upload handlers.
2012-11-16Added brief docs for URLField and SlugField.Marko Tibold
2012-11-16Merge pull request #412 from minddust/custom_page_size_per_requestTom Christie
support for custom page size per request
2012-11-16Docs, tox and travis use django-filter 0.5.4Tom Christie
2012-11-16Fix typoTom Christie
2012-11-16WIP on docs for File- and ImageFileds.Marko Tibold
2012-11-15updated script to just use page_size_kwargStephan Groß
2012-11-15updated release noted for page_size stuffStephan Groß
2012-11-15added global and per resource on/off switch + updated docsStephan Groß
2012-11-14Merge branch 'master' of https://github.com/robromano/django-rest-frameworkRob Romano
Conflicts: docs/api-guide/authentication.md docs/topics/credits.md
2012-11-14Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵Rob Romano
updated tests & docs. Left authtoken.urls in place as example.
2012-11-14Added documentation on how to use the token authentication login view.Rob Romano
2012-11-14Merge pull request #407 from ludwigkraatz/location_headerTom Christie
Location header when Creating a Resource with HyperlinkedIdentityField
2012-11-14added description how to use the auth tokenStephan Groß
2012-11-14updated docsStephan Groß
2012-11-14added release noteStephan Groß
2012-11-14polishing codeLudwig Kraatz
and adding myself to auhtors file
2012-11-13Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵Rob Romano
updated tests & docs. Left authtoken.urls in place as example.
2012-11-13Added documentation on how to use the token authentication login view.Rob Romano
2012-11-13Remove OAuth2 from docsTom Christie
2012-11-10NewlineTom Christie
2012-11-10Added @glic3rinu. Thanks!Tom Christie
2012-11-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie
2012-11-09Note django-filter installationTom Christie
2012-11-09Merge with masterTom Christie
2012-11-09Minor docs tweak.Tom Christie
2012-11-09TypoTom Christie
2012-11-09Version 2.1.2 (Adds filtering support)2.1.2Tom Christie
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
Support for filtering backends
2012-11-09Updated filteing docs.Tom Christie
2012-11-08Added @benkonrath, for his excellent work on filtering support. Thank you!Tom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Add media_type to example file parserTom Christie
2012-11-08Tweak note styleTom Christie
2012-11-08Comments updatedTomi Pajunen
2012-11-08Release notes updatedTomi Pajunen
2012-11-07Add filtering into documentationTom Christie