| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-20 | Fix cache_throttle typo | Tom Christie | |
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-04-30 | Merge pull request #1409 from tuky/patch-1 | Xavier Ordoquy | |
| remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key | |||
| 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-27 | handle negative time value and prevent a divide by zero | Val Neekman | |
| 2014-02-14 | Update throttling.py | tuky | |
| python 3 u'' gone | |||
| 2014-02-12 | remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key | tuky | |
| memcached cannot handle spaces in keys | |||
| 2013-12-13 | Allow NUM_PROXIES=0 and include more docs | Tom Christie | |
| 2013-12-06 | Add get_ident method to pass new tests. | kahnjw | |
| 2013-08-28 | Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to ↵ | Tom Christie | |
| identify anonymous requests | |||
| 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-15 | AnonRateThrottle should always allow authenticated users. Closes #994 | Tom Christie | |
| 2013-06-14 | Clean up | Tom Christie | |
| 2013-06-14 | Fix and tests for ScopedRateThrottle. Closes #935 | Tom Christie | |
| 2013-06-05 | Remove ConfigurationError in favor of Django's ImproperlyConfigured | Tom Christie | |
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2012-10-30 | Fix some typos. | Marko Tibold | |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold | |
| 2012-10-17 | Typo in class name | eofs | |
| 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-26 | Fix @api_view decorator tests | Tom Christie | |
| 2012-09-20 | Clean up bits of templates etc | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
