django-rest-framework/rest_framework
Kaptian fffde8a63b Update throttling.py
Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id)
2015-02-05 13:27:26 -08:00
..
authtoken Use the proper db_table argument when constructing meta 2015-01-27 19:30:44 -08:00
static/rest_framework Fixed display issues with tooltips. 2014-12-08 09:06:52 +07:00
templates/rest_framework Remove ‘/‘ from inside variable block {{ }} 2014-12-23 12:12:22 -08:00
templatetags Removed custom urlparse compat 2014-12-04 15:47:42 +01:00
utils Support assignment in ClassLookupDict 2015-01-23 15:32:21 +00:00
__init__.py Bumped the version. 2015-01-27 19:45:37 +01:00
authentication.py Prefetching the user object when getting the token in TokenAuthentication. 2015-02-04 16:08:41 +02:00
compat.py Added DictField and support for HStoreField. 2015-01-23 16:27:23 +00:00
decorators.py Parens around if clause 2015-02-04 16:26:23 +02:00
exceptions.py str() -> six.text_type(). Closes #2290. 2014-12-17 13:39:35 +00:00
fields.py Added DictField and support for HStoreField. 2015-01-23 16:27:23 +00:00
filters.py More spelling tweaks 2014-10-03 09:00:33 +13:00
generics.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
metadata.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
mixins.py PUT as create docs, and move mixin out to external gist 2014-11-03 12:00:19 +00:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py request.data attribute 2014-09-26 10:46:52 +01:00
pagination.py Pass init arguments through to serializer from pagination serializer. 2015-01-05 16:20:15 +00:00
parsers.py Pass {} as data to DataAndFiles, as it ends up in a MergeDict 2015-01-23 16:52:24 +00:00
permissions.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
relations.py 🐛 ManyRelatedField get_value clearing field on partial update 2015-01-27 16:18:51 -05:00
renderers.py Do not render HTML output for hidden fields. Closes #2410. 2015-01-21 14:27:51 +00:00
request.py Ensure request.auth is available to response middleware. 2014-12-17 13:22:52 +00:00
response.py _closable_objects as an empty list, not deleted 2015-01-31 08:27:17 +00:00
reverse.py Use six.text_type instead of str everywhere 2014-10-01 13:09:14 +01:00
routers.py Removed router check for deprecated '.model' attribute 2015-01-29 17:28:03 +01:00
serializers.py Fixed missing whitespace in error string. 2015-02-02 16:14:34 -08:00
settings.py Reload api_settings when using Django's 'override_settings' 2015-01-27 13:51:30 +00:00
status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test.py Client.logout() also clears any force_authenticate 2014-12-12 13:13:08 +00:00
throttling.py Update throttling.py 2015-02-05 13:27:26 -08:00
urlpatterns.py Merge branch 'master' into 2.4.0 2013-12-13 16:32:34 +00:00
urls.py Regression for #1810: Test login view renders 2014-09-01 10:07:05 +02:00
validators.py Use unicode internally everywhere for 'repr' 2014-12-15 11:55:17 +00:00
views.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
viewsets.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00