aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/throttling.md
AgeCommit message (Collapse)Author
2014-08-19Merge masterTom Christie
2014-08-06minor doc fix, @api_view() needs an iterableRob Terhaar
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini
2014-02-14Update throttling.mdBo Peng
Added comma to make DEFAULT_THROTTLE_CLASSES a tuple in example, for copy&paste to work nicely.
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py
2013-12-13Further docs tweaksTom Christie
2013-12-13Allow NUM_PROXIES=0 and include more docsTom Christie
2013-12-06Add missing tick markskahnjw
2013-12-06Fix typokahnjw
2013-12-06Add documentation to explain what effect these changes have.kahnjw
2013-09-30corrected doc for throttle_classes decoratorDoron Pearl
the decorator actually expects an array and otherwise raise an exception.
2013-08-28Added `.cache` attribute on throttles.Tom Christie
Closes #1066. More localised than a new settings key, and more flexible in that different throttles can use different behavior. Thanks to @chicheng for the report! :)
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-07-25Fix *Throttle class names in the docsWill Kahn-Greene
* AnonThrottle -> AnonRateThrottle * UserThrottle -> UserRateThrottle * ScopedThrottle -> ScopedRateThrottle * (cosmetic) removed one errant whitespace character Fixes #1006.
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-02-15Mention caching. Closes #659.Tom Christie
2013-01-28Tweak description of example throttle.Tom Christie
2013-01-28Example custom throttle. Fixes #300.Tom Christie
2012-10-31Fixing documentation on auth/throttling guidesOtto Yiu
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
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. ↵Tom Christie
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-14Flesh out resources/routers part of tutorialTom Christie
2012-09-14Tweak throttles and improve docsTom Christie
2012-09-13Tweak copyTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-13Tweak throttling/permissions/auth docsTom Christie
2012-09-12Updating docsTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-05Add missing doc filesTom Christie