.. |
authtoken
|
Adjusted token admin to map to user ID. (#7341)
|
2020-06-15 11:43:09 +01:00 |
locale
|
Version 3.10 (#6802)
|
2019-07-15 12:31:09 +01:00 |
management
|
Add file option to generateschema (#7130)
|
2020-02-12 20:35:54 +01:00 |
schemas
|
Corrected regex serialization for OpenAPI. (#7389)
|
2020-06-28 14:28:59 +02:00 |
static/rest_framework
|
jquery 3.5.1 (#7313)
|
2020-05-11 13:08:40 +01:00 |
templates/rest_framework
|
jquery 3.5.1 (#7313)
|
2020-05-11 13:08:40 +01:00 |
templatetags
|
replace force_text with force_str
|
2019-08-07 21:05:24 +02:00 |
utils
|
Merge NullBooleanField with BooleanField(allow_null=True) (#7122)
|
2020-05-13 14:59:04 +01:00 |
__init__.py
|
Removed duplicated class RemovedInDRF314Warning.
|
2020-05-13 20:41:53 +02:00 |
apps.py
|
Make DEFAULT_PAGINATION_CLASS None by default. (#5170)
|
2017-09-25 15:36:30 +02:00 |
authentication.py
|
decode base64 credentials as utf8; adjust tests (#7193)
|
2020-02-17 16:10:52 +00:00 |
checks.py
|
Fix punctuation in system check (#7281)
|
2020-04-20 16:40:05 -07:00 |
compat.py
|
Drop all compat support to Django < 2 urls (#7337)
|
2020-05-14 20:31:38 +02:00 |
decorators.py
|
Improve the docstring on @action (#6951)
|
2019-12-11 15:08:54 -08:00 |
documentation.py
|
Ability to specify urlconf in include_docs_urls added (#6824)
|
2019-07-23 12:06:03 +01:00 |
exceptions.py
|
replace force_text with force_str
|
2019-08-07 21:05:24 +02:00 |
fields.py
|
Remove compat for ProhibitNullCharactersValidator (#7333)
|
2020-05-14 08:24:09 +01:00 |
filters.py
|
Fix SearchFilter.must_call_distinict for annotation+m2m (#7146)
|
2020-05-11 10:55:39 +01:00 |
generics.py
|
Allow context to be provided to get_serializer (#7298)
|
2020-04-29 11:19:44 +01:00 |
metadata.py
|
replace force_text with force_str
|
2019-08-07 21:05:24 +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
|
Added example for pagination in schemas. (#7275)
|
2020-04-24 16:13:13 +02:00 |
parsers.py
|
replace force_text with force_str
|
2019-08-07 21:05:24 +02:00 |
permissions.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
relations.py
|
Fix Django 3.0 deprecations (#7074)
|
2019-12-04 14:14:43 -08:00 |
renderers.py
|
Disable yaml aliases for schema generation. (#7131)
|
2020-02-03 14:41:47 +01:00 |
request.py
|
Add Request repr (#7239)
|
2020-03-29 12:01:14 +01:00 |
response.py
|
Remove unnecessary bytes() calls (#6626)
|
2019-05-30 15:05:27 -07:00 |
reverse.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
routers.py
|
Update framework deprecation warnings (#7075)
|
2019-12-04 16:18:38 -08:00 |
serializers.py
|
Allow type checkers to make serializers generic (#7385)
|
2020-07-07 10:05:36 +01:00 |
settings.py
|
Add note that APISettings is an internal class (#7144)
|
2020-01-15 10:52:29 +00:00 |
status.py
|
Adding I'm a teapot error code (#7081)
|
2019-12-10 09:18:35 +00:00 |
test.py
|
Not include charset when charset is None (#7400)
|
2020-07-07 09:58:32 +01:00 |
throttling.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
urlpatterns.py
|
urlpatterns: Remove unnecessary branching (#7405)
|
2020-07-23 19:26:35 +02:00 |
urls.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
validators.py
|
Make CharField prohibit surrogate characters (#7026) (#7067)
|
2020-01-06 14:12:21 +00:00 |
versioning.py
|
Replace all usage ugettext functions with the non-u versions (#6634)
|
2019-05-01 07:49:54 +02:00 |
views.py
|
Pass custom code to PermissionDenied if permission class had one set (#7306)
|
2020-05-01 10:22:36 +01:00 |
viewsets.py
|
Fix viewsets action urls with namespaces (#7287)
|
2020-04-25 19:50:59 +02:00 |