django-rest-framework/tests
Jon Dufresne 3f19e66d9f Replace all usage ugettext functions with the non-u versions (#6634)
On Python 3, the ugettext functions are a simple aliases of their non-u
counterparts (the 'u' represents Python 2 unicode type). Starting with
Django 3.0, the u versions will be deprecated.

https://docs.djangoproject.com/en/dev/releases/3.0/#id2

> django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(),
> ungettext(), and ungettext_lazy() are deprecated in favor of the
> functions that they’re aliases for:
> django.utils.translation.gettext(), gettext_lazy(), gettext_noop(),
> ngettext(), and ngettext_lazy().
2019-05-01 07:49:54 +02:00
..
authentication Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
browsable_api Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
generic_relations Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
importable Fix whitespace in imports 2017-11-25 21:10:30 -05:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Add migration for generic relations Tag model. 2019-02-14 15:57:20 +01:00
models.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
test_api_client.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_atomic_requests.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_authtoken.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_bound_fields.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_decorators.py Remove unnecessary coerce to str() in test_decorators.py (#6637) 2019-05-01 07:45:16 +02:00
test_description.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_encoders.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_exceptions.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
test_fields.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_filters.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_generateschema.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_generics.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
test_htmlrenderer.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_lazy_hyperlinks.py Lazy hyperlink names (#4554) 2016-10-11 12:18:00 +01:00
test_metadata.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_middleware.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_model_serializer.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_multitable_inheritance.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_negotiation.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_one_to_one_with_inheritance.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_pagination.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_parsers.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
test_permissions.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_prefetch_related.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
test_relations_hyperlink.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_relations_pk.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_relations_slug.py fix wrong assert 2017-01-21 02:25:36 +06:00
test_relations.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_renderers.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
test_request.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_requests_client.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_response.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_reverse.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_routers.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
test_schemas.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_serializer_bulk_update.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_serializer_lists.py Ensure that html forms (multipart form data) respect optional fields (#5927) 2018-04-20 15:11:52 +02:00
test_serializer_nested.py Ensure that html forms (multipart form data) respect optional fields (#5927) 2018-04-20 15:11:52 +02:00
test_serializer.py Remove unneeded repo() test (#6632) 2019-05-01 07:46:30 +02:00
test_settings.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_status.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_templates.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
test_templatetags.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_testing.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_throttling.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_urlpatterns.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_utils.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_validation_error.py more pytest style assert (#4719) 2016-11-30 09:48:33 +00:00
test_validation.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_validators.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_versioning.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_views.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_viewsets.py Fix action support for ViewSet suffixes (#6081) 2018-10-02 16:22:21 +02:00
test_write_only_fields.py tests: remove some dead code, use assert 0 for never called methods (#5973) 2018-05-08 13:28:46 +01:00
urls.py Add "optionals not required" build (#6047) 2018-06-22 10:16:57 +02:00
utils.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00