aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2013-05-09Tweak doc text slightlyTom Christie
2013-05-09Added 'Customizing the generic views' section. Closes #816Tom Christie
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-08Allow None filename on uploaded filesTom Christie
2013-05-08Update generic-views.mdTom Christie
2013-05-07Docs for FileUploadParserTom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-05-05Merge masterTom Christie
2013-05-05docs, docs, docsTom Christie
2013-05-04Docs for FileUploadParserMichael Elovskikh
2013-05-02Simplifying bits of docsTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...Tom Christie
2013-04-30Merge masterTom Christie
2013-04-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's un...Tom Christie
2013-04-27TypoTom Christie
2013-04-27Update docs on object-level permissions.Tom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-04-26DecimalFieldTom Christie
2013-04-26Fix up viewset docs slightlyTom Christie
2013-04-26Fix broken queryset in exampleTom Christie
2013-04-25Docs, docs, docsTom Christie
2013-04-25More viewset/router docsTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-15Add DecimalField supportStephan Groß
2013-04-11Remove router bit from viewset docsTom Christie
2013-04-11Remove redundant text.Victor Shih
2013-04-09Viewsets and routers in seperate docsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Fleshing out viewsets/routersTom Christie
2013-03-31Merge pull request #769 from vshih/masterTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-30Spelling/grammar fixes.Victor Shih
2013-03-30Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-28Note on using curl with token authTom Christie
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Docs fixTom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie