.. |
browsable_api
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
__init__.py
|
Support for running the test suite with py.test
|
2014-03-02 12:40:30 +01:00 |
conftest.py
|
Version 3.5 (#4525)
|
2016-10-10 13:03:46 +01:00 |
models.py
|
Django 1.10 support. (#4158)
|
2016-06-01 15:31:00 +01:00 |
test_api_client.py
|
Live API documentation (#4755)
|
2017-03-03 15:24:37 +00:00 |
test_atomic_requests.py
|
converted asserts of atomic requests test to pytest
|
2016-11-30 16:17:30 +06:00 |
test_authentication.py
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
test_authtoken.py
|
Implement option to reset User token
|
2017-06-03 11:58:01 +01:00 |
test_bound_fields.py
|
Add test for delete field (#4819)
|
2017-01-16 13:46:32 +00:00 |
test_compat.py
|
Refactor according to comments in PR (#4848)
|
2017-01-25 10:38:27 +00:00 |
test_decorators.py
|
converted asserts of decorators test to pytest
|
2016-11-30 16:24:48 +06:00 |
test_description.py
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
test_encoders.py
|
Increased utils/encoders.py test coverage.
|
2017-02-15 07:17:33 +01:00 |
test_exceptions.py
|
converted asserts of exceptions test to pytest (#4723)
|
2016-11-30 11:12:01 +00:00 |
test_fields.py
|
Added pytz exception in compat module.
|
2017-03-22 00:03:32 -04:00 |
test_filters.py
|
importing regex constant to remove invalid parameters.
|
2017-05-13 05:14:32 +05:30 |
test_generics.py
|
Add ValidationError to except in get_object_or_404 for django 1.11
|
2017-05-05 21:17:12 -04:00 |
test_htmlrenderer.py
|
Template html renderer tests (#4817)
|
2017-01-16 18:16:43 +00:00 |
test_lazy_hyperlinks.py
|
Lazy hyperlink names (#4554)
|
2016-10-11 12:18:00 +01:00 |
test_metadata.py
|
Add remaining tests for metadata (#4855)
|
2017-01-27 09:25:51 +00:00 |
test_middleware.py
|
Django 1.10 support. (#4158)
|
2016-06-01 15:31:00 +01:00 |
test_model_serializer.py
|
add test
|
2017-05-29 08:27:07 +08:00 |
test_multitable_inheritance.py
|
flake8 fix
|
2017-01-04 17:54:14 +06:00 |
test_negotiation.py
|
Add tests for BaseContentNegotiation
|
2017-01-19 12:50:17 +02:00 |
test_one_to_one_with_inheritance.py
|
Fixed test_one_to_one_with_inheritance. Added required on_delete attribute to OneToOneField field. (#4838)
|
2017-01-24 09:56:46 +00:00 |
test_pagination.py
|
Add test for pagination when limit not set
|
2017-01-31 16:51:09 +02:00 |
test_parsers.py
|
Convert tests to pytest style
|
2017-01-11 21:13:30 +02:00 |
test_permissions.py
|
Added a test to cover the DjangoModelPermissions #4927 issue
|
2017-03-01 09:50:21 +01:00 |
test_prefetch_related.py
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
test_relations_generic.py
|
converted generic relations assert to pytest style
|
2016-11-27 23:55:09 +06:00 |
test_relations_hyperlink.py
|
converted test asserts of hyperlin relations to pytest
|
2017-01-21 01:41:45 +06:00 |
test_relations_pk.py
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
test_relations_slug.py
|
fix wrong assert
|
2017-01-21 02:25:36 +06:00 |
test_relations.py
|
Merge pull request #5174 from tadhg-ohiggins/html_cutoff_none
|
2017-05-29 11:54:03 +01:00 |
test_renderers.py
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
test_request.py
|
Revert several tests
|
2017-01-12 22:53:01 +02:00 |
test_requests_client.py
|
Version 3.5 (#4525)
|
2016-10-10 13:03:46 +01:00 |
test_response.py
|
Clean up existing deprecation warnings. (#4166)
|
2016-06-02 14:39:10 +01:00 |
test_reverse.py
|
Refactor reverse tests style
|
2017-01-12 18:41:16 +02:00 |
test_routers.py
|
add URL path unquote to HyperlinkedRelatedField.to_internal_value
|
2017-04-14 01:56:44 +02:00 |
test_schemas.py
|
Generate schema with respect to http_method_names provided by CBV
|
2017-04-18 23:44:18 -04:00 |
test_serializer_bulk_update.py
|
converted serializer bulk update test asserts to pytest (#4805)
|
2017-01-11 20:38:32 +00:00 |
test_serializer_lists.py
|
Fix test for py32-django18.
|
2016-06-29 10:21:28 +03:00 |
test_serializer_nested.py
|
Handle empty data with serializer (#4564)
|
2016-10-12 10:47:17 +01:00 |
test_serializer.py
|
update test case
|
2017-03-28 11:50:55 +05:30 |
test_settings.py
|
3.4.0 Release (#4258)
|
2016-07-13 16:30:41 +01:00 |
test_status.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_templatetags.py
|
Add test for urlquote_wrapper (#4832)
|
2017-01-20 20:09:47 +00:00 |
test_testing.py
|
converted testing test asserts to pytest (#4949)
|
2017-03-10 09:00:00 +00:00 |
test_throttling.py
|
Throttle tests fix (#4810)
|
2017-01-12 17:53:48 +00:00 |
test_urlpatterns.py
|
convert some more test asserts to pytest (#4778)
|
2017-01-04 09:13:32 +00:00 |
test_utils.py
|
convert some more test asserts to pytest (#4778)
|
2017-01-04 09:13:32 +00:00 |
test_validation_error.py
|
more pytest style assert (#4719)
|
2016-11-30 09:48:33 +00:00 |
test_validation.py
|
more pytest style assert (#4719)
|
2016-11-30 09:48:33 +00:00 |
test_validators.py
|
Add remaining tests for validators (#4827)
|
2017-01-18 20:39:20 +00:00 |
test_versioning.py
|
Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866)
|
2017-01-30 16:11:19 +00:00 |
test_views.py
|
Use overridden settings exception handler
|
2017-04-06 14:05:29 -05:00 |
test_viewsets.py
|
Support HEAD in viewsets
|
2017-03-13 12:51:03 +00:00 |
test_write_only_fields.py
|
converted validators and write_only_fields test to pytest style (#4697)
|
2016-11-23 14:05:34 +00:00 |
urls.py
|
Remove django.conf.urls.pattern as it'll be removed in Django 2.0
|
2015-06-11 00:45:23 +02:00 |
utils.py
|
Add tests for HTML_CUTOFF setting and fix issue where setting it to None would raise an exception.
|
2017-05-24 16:46:18 -07:00 |