django-rest-framework/rest_framework/tests
Marc Tamlyn bd7977eed7 Purge naked excepts.
Most of these had obvious exceptions which would be thrown. Some I'm not
sure about but they should at least catch only Exception so as not to
ignore SystemExit and other inappropriate Error classes.
2013-02-06 13:05:17 +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 Cleanup imports 2013-02-04 20:55:35 +00:00
fields.py Cleanup imports 2013-02-04 20:55:35 +00: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 Cleanup imports 2013-02-04 20:55:35 +00:00
generics.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +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 Cleanup imports 2013-02-04 20:55:35 +00:00
relations_hyperlink.py Cleanup imports 2013-02-04 20:55:35 +00:00
relations_nested.py 3.2, 3.3 compat 2013-02-01 14:03:28 +00:00
relations_pk.py Cleanup imports 2013-02-04 20:55:35 +00:00
relations_slug.py Merge branch 'py3k' into 2.2 2013-02-04 20:37:09 +00:00
relations.py Cleanup imports 2013-02-04 20:55:35 +00:00
renderers.py Move the various compat things to the compat module. 2013-01-03 11:41:07 +01:00
request.py Cleanup imports 2013-02-04 20:55:35 +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 Merge branch 'master' into 2.2 2013-02-04 21:19:11 +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 Cleanup imports 2013-02-04 20:55:35 +00:00
validators.py 3.2, 3.3 compat 2013-02-01 14:03:28 +00:00
views.py Cleanup imports 2013-02-04 20:55:35 +00:00