aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/permissions.md
AgeCommit message (Expand)Author
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-17Expand permissions docs. Closes #2223.Tom Christie
2014-12-15Merge masterTom Christie
2014-12-15Doc typoJason Spafford
2014-11-28Merge branch 'version-3.1' into oauth_as_packageJosé Padilla
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-05Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934.Tom Christie
2014-11-03Add notes re view-level and instance-level permissions checks. Closes #1819.Tom Christie
2014-09-05Moved OAuth support out of DRF and into a separate package, per #1767Jharrod LaFon
2014-08-20Deprecate .model in related routers/permissionsTom Christie
2014-07-31Updated Permissions doc link to Django docsKevin London
2014-07-07Docs on object level permissions and filters. Closes #1683Tom Christie
2014-04-28very minor typo in code exampledpetzel
2013-12-10Tweak REST condition text.Tom Christie
2013-12-09Added REST Condition to 3rd party permissions packages list.Maxim Kamenkov
2013-09-10Tweaks and docs to object-level model permissions.Tom Christie
2013-08-29Add composed-permissions entry to the api-guide.Andrey Antukh
2013-08-21Docs tweaking around `check_object_permissions`Tom Christie
2013-08-21Merge pull request #1050 from filipeximenes/masterTom Christie
2013-08-21Include import paths throughout docs.Tom Christie
2013-08-20improving documentation about object level permissions #1049Filipe Ximenes
2013-08-16Tweak docs.Tom Christie
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-31Fix typoStephan Groß
2013-07-31Add drf-any-permission docs entryStephan Groß
2013-05-28Fix md formatting and typosStephan Groß
2013-04-30Merge masterTom Christie
2013-04-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-27TypoTom Christie
2013-04-27Update docs on object-level permissions.Tom Christie
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-03-13Docs for TokenHasReadWriteScopeTom Christie
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
2013-02-12Drop note on object-level permissions.Tom Christie
2013-02-12Notes on object-level permissions.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-01-28Example custome permission. Fixes #299.Tom Christie
2012-12-05Update docs/api-guide/permissions.mdMarko Tibold
2012-10-29add missing whitespaceStephan Groß
2012-10-27Add AllowAny permissionTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-13Tweak throttling/permissions/auth docsTom Christie