| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-08-06 | minor doc fix, @api_view() needs an iterable | Rob Terhaar | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier 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-14 | Update throttling.md | Bo Peng | |
| Added comma to make DEFAULT_THROTTLE_CLASSES a tuple in example, for copy&paste to work nicely. | |||
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 2013-12-13 | Further docs tweaks | Tom Christie | |
| 2013-12-13 | Allow NUM_PROXIES=0 and include more docs | Tom Christie | |
| 2013-12-06 | Add missing tick marks | kahnjw | |
| 2013-12-06 | Fix typo | kahnjw | |
| 2013-12-06 | Add documentation to explain what effect these changes have. | kahnjw | |
| 2013-09-30 | corrected doc for throttle_classes decorator | Doron Pearl | |
| the decorator actually expects an array and otherwise raise an exception. | |||
| 2013-08-28 | Added `.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-21 | Include import paths throughout docs. | Tom Christie | |
| Closes #1051. Thanks to @pydanny for the report. | |||
| 2013-07-25 | Fix *Throttle class names in the docs | Will Kahn-Greene | |
| * AnonThrottle -> AnonRateThrottle * UserThrottle -> UserRateThrottle * ScopedThrottle -> ScopedRateThrottle * (cosmetic) removed one errant whitespace character Fixes #1006. | |||
| 2013-04-26 | Adding 'view or viewset' to docs appropriate. | Tom Christie | |
| 2013-02-15 | Mention caching. Closes #659. | Tom Christie | |
| 2013-01-28 | Tweak description of example throttle. | Tom Christie | |
| 2013-01-28 | Example custom throttle. Fixes #300. | Tom Christie | |
| 2012-10-31 | Fixing documentation on auth/throttling guides | Otto Yiu | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold | |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie | |
| 2012-10-17 | Split up doc sections more cleanly | Tom Christie | |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-10 | Permissions 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-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
| 2012-09-14 | Flesh out resources/routers part of tutorial | Tom Christie | |
| 2012-09-14 | Tweak throttles and improve docs | Tom Christie | |
| 2012-09-13 | Tweak copy | Tom Christie | |
| 2012-09-13 | Improve throttles and docs | Tom Christie | |
| 2012-09-13 | Tweak throttling/permissions/auth docs | Tom Christie | |
| 2012-09-12 | Updating docs | Tom Christie | |
| 2012-09-08 | Links to source files in docs | Tom Christie | |
| 2012-09-05 | Add missing doc files | Tom Christie | |
