django-rest-framework/rest_framework
2013-09-26 16:09:08 +01:00
..
authtoken Use absolute import style 2013-07-09 13:12:28 +01:00
runtests necessary test settings for guardian 2013-09-07 23:16:43 -05:00
static/rest_framework Browsable API tab preferences should be site-wide 2013-08-30 09:20:12 +01:00
templates/rest_framework Refs #1109 -- Update docs. Integrate changes from feedback. 2013-09-14 00:54:44 +10:00
templatetags Fixed typos 2013-05-28 15:09:23 +01:00
tests Typo in strings referring to Python package, django-filter. 2013-09-13 11:55:16 +01:00
utils Let JSONEncoder handle Numpy data types. 2013-09-13 13:36:18 +10:00
__init__.py Version 2.3.8 2013-09-11 09:09:30 +01:00
authentication.py Simplify APIClient implementation 2013-06-29 21:34:47 +01:00
compat.py added guardian as optional requirement, stubbed out object-level permission class 2013-09-06 11:01:31 -05:00
decorators.py Add notes on 'method' argument to '@action' decorator 2013-06-02 20:40:56 +01:00
exceptions.py Remove ConfigurationError in favor of Django's ImproperlyConfigured 2013-06-05 13:45:28 +01:00
fields.py Make ChoiceField.from_native() follow IntegerField behaviour on empty values 2013-08-29 18:10:47 +02:00
filters.py Merge pull request #1097 from mociepka/add_default_order_by_in_filtering 2013-09-12 13:24:26 -07:00
generics.py Added test for OPTIONS before object creation from a PUT 2013-09-03 12:30:18 -07:00
mixins.py Extra docs on PATCH with no object. 2013-08-23 13:35:50 +01:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Added proper charset support 2013-05-18 17:21:43 +01:00
pagination.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
parsers.py Fix multipart error when used via content-type overloading 2013-08-29 21:24:29 +01:00
permissions.py Tweaks and docs to object-level model permissions. 2013-09-10 21:00:13 +01:00
relations.py Handle case where obj=None in PKRelatedField.field_to_native() 2013-08-31 17:20:49 +03:00
renderers.py Allow .template_name attribute specified on view. Closes #1000 2013-09-26 16:09:08 +01:00
request.py Add override_method context manager and cleanup. 2013-08-29 12:55:56 +01:00
response.py Complete testing docs 2013-07-01 13:59:05 +01:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
routers.py Don't consume .json style suffixes with routers. 2013-08-23 14:58:06 +01:00
serializers.py Drop broken placeholder serializations. 2013-08-30 09:02:54 +01:00
settings.py Support customizable view EXCEPTION_HANDLER 2013-09-06 12:47:33 -05:00
six.py Py3k cleanup 2013-02-01 15:07:51 +00:00
status.py Cleanup imports 2013-02-04 20:55:35 +00:00
test.py force_authenticate(None) also clears session info. 2013-08-23 11:21:52 +01:00
throttling.py Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identify anonymous requests 2013-08-28 15:32:41 +01:00
urlpatterns.py Cleanup imports 2013-02-04 20:55:35 +00:00
urls.py Cleanup imports 2013-02-04 20:55:35 +00:00
views.py Support customizable view EXCEPTION_HANDLER 2013-09-06 12:47:33 -05:00
viewsets.py Tweak inheritance 2013-05-09 13:35:01 +01:00