django-rest-framework/rest_framework
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
..
authtoken Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
locale Version 3.7.4 Release (#5650) 2017-12-20 15:28:31 +01:00
management Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
schemas Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
static/rest_framework Remove executable bit from static assets (#6484) 2019-03-03 18:39:08 +00:00
templates/rest_framework Made templates compatible with session-based CSRF. (#6207) 2019-02-19 12:15:03 +01:00
templatetags Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
utils Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
__init__.py Update version and release notes for v3.9.3. 2019-04-29 16:30:44 +02:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. (#5170) 2017-09-25 15:36:30 +02:00
authentication.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
checks.py Clarify pagination system check (#5524) 2017-10-23 12:31:59 +02:00
compat.py Remove unnecessary compatibility shims from rest_framework/compat.py (#6631) 2019-05-01 07:44:33 +02:00
decorators.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
documentation.py Allowed customising API documentation code samples (#5752) 2018-01-25 09:39:03 +01:00
exceptions.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
fields.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
filters.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
generics.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
metadata.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
mixins.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
negotiation.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
pagination.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
parsers.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
permissions.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
relations.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
renderers.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
request.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
response.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
reverse.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
routers.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
serializers.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
settings.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
status.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
throttling.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
urlpatterns.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
urls.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
validators.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
versioning.py Replace all usage ugettext functions with the non-u versions (#6634) 2019-05-01 07:49:54 +02:00
views.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
viewsets.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00