django-rest-framework/rest_framework/tests
2012-12-29 05:25:43 -08:00
..
__init__.py
authentication.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
breadcrumbs.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
decorators.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
description.py
files.py
filterset.py
genericrelations.py
generics.py Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to @n8agrin for the bug report. 2012-12-18 18:21:58 +00:00
htmlrenderer.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
hyperlinkedserializers.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
models.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
modelviews.py Use compat import of urlpatterns 2012-12-27 20:20:01 +00:00
negotiation.py
pagination.py Merge branch 'master' of https://github.com/sunscrapers/django-rest-framework 2012-12-14 20:11:37 +00:00
parsers.py
relations_hyperlink.py Fix up test url model now filename has changed 2012-12-21 09:15:08 +00:00
relations_nested.py Nested serializers now support nullable relationships, plus test. Fixes #384 2012-12-29 13:19:05 +00:00
relations_pk.py Rename relationship tests so they show up together 2012-12-21 09:10:16 +00:00
renderers.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
request.py Added setter to the auth property 2012-12-20 23:48:10 +00:00
response.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
reverse.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
serializer.py Merge pull request #515 from yprez/blank_fields_issue 2012-12-29 05:25:43 -08:00
status.py
testcases.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
tests.py
throttling.py
validators.py
views.py