..
authtoken
Don't hit db to access user_id in TokenProxy ( #7852 )
2021-03-19 11:46:09 +00:00
locale
Translations updated from transifex and compiled
2020-10-13 22:05:24 +02:00
management
Add --api-version CLI option to generateschema ( #8663 )
2022-09-22 10:36:01 +01:00
schemas
Add a method for getting serializer field name (OpenAPI) ( #7493 )
2022-10-17 10:47:45 +01:00
static /rest_framework
both statement have dupplicate bodies ( #8633 )
2022-09-22 10:50:56 +01:00
templates /rest_framework
Revert "made Browsable API base template cachable: omit CSRF token when unnecessary ( #7717 )" ( #7847 )
2021-03-17 13:24:55 +00:00
templatetags
Made relative URLs clickable as well. ( #8464 )
2022-06-08 15:03:00 +01:00
utils
Refactor: Replace try/except with contextlib.suppress() ( #8676 )
2022-10-05 11:02:00 +01:00
__init__.py
Use correct class to indicate present deprecation ( #8665 )
2022-09-22 14:07:43 -04:00
apps.py
Make DEFAULT_PAGINATION_CLASS
None
by default. ( #5170 )
2017-09-25 15:36:30 +02:00
authentication.py
#7157 : Fix RemoteUserAuthentication calling django authenticate with request argument ( #7158 )
2021-09-03 14:37:03 +01:00
checks.py
Fix punctuation in system check ( #7281 )
2020-04-20 16:40:05 -07:00
compat.py
Replaced parse_header with parse_header_parameters. ( #8556 )
2022-07-14 14:20:36 +02:00
decorators.py
if else optimization ( #8340 )
2022-01-27 15:02:20 +00:00
documentation.py
Updated url()'s with path() and re_path() ( #7492 )
2020-08-25 13:50:02 +02:00
exceptions.py
Refactor short names in exceptions ( #8585 )
2022-08-01 16:28:05 +01:00
fields.py
Possibility to remove trailing zeros on DecimalFields representation ( #6514 )
2022-11-16 14:31:50 +00:00
filters.py
Ordering filter bug with model property serializer field ( #7609 )
2021-03-16 12:53:39 +00:00
generics.py
Allow context to be provided to get_serializer ( #7298 )
2020-04-29 11:19:44 +01:00
metadata.py
Version 3.14.0 proposal ( #8599 )
2022-09-21 14:08:12 +01:00
mixins.py
Dropped Python 2 compatibility. ( #6615 )
2019-04-30 17:53:44 +02:00
negotiation.py
Replaced parse_header with parse_header_parameters. ( #8556 )
2022-07-14 14:20:36 +02:00
pagination.py
Added examples to schema of CursorPagination ( #8687 )
2022-10-11 11:50:33 +01:00
parsers.py
Refactor: Replace try/except with contextlib.suppress() ( #8676 )
2022-10-05 11:02:00 +01:00
permissions.py
add __eq__
method for OperandHolder
class ( #8710 )
2022-10-17 10:20:59 +01:00
relations.py
Refactor: Replace try/except with contextlib.suppress() ( #8676 )
2022-10-05 11:02:00 +01:00
renderers.py
Refactor: Replace try/except with contextlib.suppress() ( #8676 )
2022-10-05 11:02:00 +01:00
request.py
Fix infinite recursion with deepcopy on Request ( #8684 )
2022-10-07 11:58:38 +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
Linting fixes ( #7874 )
2021-03-26 12:27:10 +00:00
serializers.py
Refactor: Replace try/except with contextlib.suppress() ( #8676 )
2022-10-05 11:02:00 +01:00
settings.py
Avoid importing django.test
package when not testing ( #8699 )
2022-10-14 16:30:26 +01:00
status.py
Added http 102, 103, 421, and 425 status codes ( #8350 )
2022-02-03 11:57:47 +00:00
test.py
Make APIClient.force_authenticate()
work with user=None
( #8212 )
2022-09-15 09:35:48 +01:00
throttling.py
Fix error in throttling when request.user is None ( #8370 )
2022-06-24 13:02:11 +01:00
urlpatterns.py
Updated url()'s with path() and re_path() ( #7492 )
2020-08-25 13:50:02 +02:00
urls.py
Replace all url() calls with path() or re_path() ( #7512 )
2020-09-08 15:32:27 +01:00
validators.py
Make CharField prohibit surrogate characters ( #7026 ) ( #7067 )
2020-01-06 14:12:21 +00:00
versioning.py
Replace all url() calls with path() or re_path() ( #7512 )
2020-09-08 15:32:27 +01:00
views.py
Preserve exception messages for wrapped Django exceptions ( #8051 )
2022-10-11 12:48:57 +00:00
viewsets.py
Fixes that namespaced views now also appear in the extra actions ( #8598 )
2022-08-31 11:17:19 +01:00