aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-10-26Fix incorrect method signature in docsTom Christie
2012-10-26Add analyticsTom Christie
2012-10-26Drop resources from codebase since implementation is only partial (Created ↵Tom Christie
resoorces-routers branch for future reference)
2012-10-25Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-25Fix section headings in generic views docsJamie Matthews
2012-10-25Update generic view documentationJamie Matthews
2012-10-24Added @diviei - Thanks! Tom Christie
2012-10-24Fix typo reported by @divieiTom Christie
2012-10-24Clean up internal names and documentationJamie Matthews
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-22Update docs/api-guide/fields.mdMarko Tibold
Fix typo.
2012-10-22Merge field changes: .default and .widgetTom Christie
2012-10-21Minor docs tweaksTom Christie
2012-10-21Changed IsAdmin -> IsAdminUser in exampleMarko Tibold
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-19docs, docs, docs, docs, docs, docs, docsTom Christie
2012-10-18Merge pull request #304 from tomchristie/consitent_settingsTom Christie
Make settings consistent with corrosponding view attributes
2012-10-18Minor docs fixTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵Tom Christie
and `upload_handlers`) Consistency with renderer API.
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Added @rdobson. Thanks!Tom Christie
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-17Docs tweaksTom Christie
2012-10-17Added @eofs. Thanks!Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm
I realized that per the django forms, there is no need for a separate TextField, an unlimited CharField is perfectly good. Also added default field for the different IntegerField types
2012-10-14Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-14Documentation for parsersTom Christie
2012-10-14Work on docsTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Docs tweaksTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Merge pull request #293 from tomchristie/request-documentationTom Christie
Improve documentation for Requests
2012-10-13Improve documentation for RequestsTom Christie
2012-10-12Fix tiny typoJamie Matthews
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. ↵Tom Christie
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom Christie
2012-10-09Add flag in get_related_fieldTom Christie
2012-10-09Fixed couple of incorrect imports in the docsTom Christie
2012-10-09Docs tweaksTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> ↵Tom Christie
BrowseableAPIRenderer
2012-10-09Tweak static files with docsTom Christie
2012-10-09Flesh out quickstart guide and make some style tweaksTom Christie