django-rest-framework/rest_framework/tests
2013-02-22 23:00:07 +00:00
..
extras Be more informative when reporting import errors. 2013-01-07 12:52:20 +00:00
__init__.py Push tests into a seperate app namespace 'rest_framework.test' 2012-10-27 18:44:23 +01:00
authentication.py Cleanup imports 2013-02-04 20:55:35 +00:00
breadcrumbs.py Cleanup imports 2013-02-04 20:55:35 +00:00
decorators.py Cleanup imports 2013-02-04 20:55:35 +00:00
description.py Added test for utf8 strings in docstrings of views. 2013-02-22 20:17:47 +00:00
fields.py Added a serializer TimeField 2013-02-14 21:19:51 +01:00
files.py Cleanup imports 2013-02-04 20:55:35 +00:00
filterset.py Cleanup imports 2013-02-04 20:55:35 +00:00
genericrelations.py Remove deprecated APIs from tests 2013-02-12 20:07:35 +00:00
generics.py Fix and test case for #653 2013-02-22 22:13:06 +00:00
htmlrenderer.py Cleanup imports 2013-02-04 20:55:35 +00:00
hyperlinkedserializers.py Cleanup imports 2013-02-04 20:55:35 +00:00
models.py Cleanup imports 2013-02-04 20:55:35 +00:00
negotiation.py Cleanup imports 2013-02-04 20:55:35 +00:00
pagination.py Cleanup imports 2013-02-04 20:55:35 +00:00
parsers.py defusedxml for security fix. 2013-02-22 13:17:22 +00:00
permissions.py New style object-level permission checks 2013-02-12 08:58:28 +00:00
relations_hyperlink.py Remove deprecated APIs from tests 2013-02-12 20:07:35 +00:00
relations_nested.py Remove deprecated APIs from tests 2013-02-12 20:07:35 +00:00
relations_pk.py Fix pk relations tests which were not running. 2013-02-13 12:33:04 +00:00
relations_slug.py Fix pk relations tests which were not running. 2013-02-13 12:33:04 +00:00
relations.py Use new many=True relations style. 2013-02-07 09:14:58 +00:00
renderers.py defusedxml for security fix. 2013-02-22 13:17:22 +00:00
request.py request.DATA should use empty QueryDict for no data, not None. 2013-02-14 13:02:28 +00:00
response.py Cleanup imports 2013-02-04 20:55:35 +00:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
serializer.py Formatting 2013-02-22 23:00:07 +00:00
settings.py Cleanup imports 2013-02-04 20:55:35 +00:00
status.py Cleanup imports 2013-02-04 20:55:35 +00:00
testcases.py Cleanup imports 2013-02-04 20:55:35 +00:00
tests.py Cleanup imports 2013-02-04 20:55:35 +00:00
throttling.py Cleanup imports 2013-02-04 20:55:35 +00:00
urlpatterns.py Purge naked excepts. 2013-02-06 13:05:17 +00:00
utils.py Added tests for PATCH form in the Browsable API 2013-02-15 15:44:11 +06:00
validation.py Fix and test case for #653 2013-02-22 22:13:06 +00:00
views.py Cleanup imports 2013-02-04 20:55:35 +00:00