1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-14 10:12:36 +03:00
django-rest-framework/rest_framework
2024-06-14 10:29:28 +01:00
..
authtoken Revert PR that adds autocomplete_fields to TokenAdmin, as this break some use cases. () 2024-03-21 12:46:06 +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 () 2022-09-22 10:36:01 +01:00
schemas Make inflection package truly optional () 2024-03-18 23:29:02 +01:00
static/rest_framework Improve integration with Django Debug Toolbar () 2024-03-07 10:58:59 +01:00
templates/rest_framework Drop HTML line breaks on long headers 2024-06-14 10:29:28 +01:00
templatetags Drop HTML line breaks on long headers 2024-06-14 10:29:28 +01:00
utils Revert () 2024-03-22 09:40:34 +01:00
__init__.py Version 3.15.1 () 2024-03-22 11:47:50 +00:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. () 2017-09-25 15:36:30 +02:00
authentication.py replace partition with split in BasicAuthentication () 2022-12-08 09:52:35 +06:00
checks.py Fix punctuation in system check () 2020-04-20 16:40:05 -07:00
compat.py Make inflection package truly optional () 2024-03-18 23:29:02 +01:00
decorators.py pre-commit autoupdate () 2024-01-24 22:47:46 +01:00
documentation.py Updated url()'s with path() and re_path() () 2020-08-25 13:50:02 +02:00
exceptions.py Revert "feat: Add some changes to ValidationError to support django style vad…" () 2024-03-21 17:09:43 +01:00
fields.py Fix use of ip_address_validators for Django 5.1+ () 2024-01-11 13:34:46 +01:00
filters.py Update docstring () 2024-03-22 19:37:20 +00:00
generics.py Allow generic requests, responses, fields, views () 2023-02-22 21:39:01 +06:00
metadata.py Revert () 2024-03-22 09:40:34 +01:00
mixins.py Revert "Re-prefetch related objects after updating ()" () 2024-03-21 22:23:30 +00:00
negotiation.py Replaced parse_header with parse_header_parameters. () 2022-07-14 14:20:36 +02:00
pagination.py Fix: Pagination response schemas. () 2023-07-15 15:26:56 +06:00
parsers.py Refactor: Replace try/except with contextlib.suppress() () 2022-10-05 11:02:00 +01:00
permissions.py Revert "Fix Respect can_read_model permission in DjangoModelPermissions (#8…" () 2024-03-21 22:45:12 +00:00
relations.py Replaced OrderedDict with dict () 2023-04-30 15:20:02 +06:00
renderers.py Fix OpenAPI Schema yaml rendering for timedelta () 2023-06-17 09:18:25 +06:00
request.py Allow generic requests, responses, fields, views () 2023-02-22 21:39:01 +06:00
response.py Allow generic requests, responses, fields, views () 2023-02-22 21:39:01 +06:00
reverse.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
routers.py Use str as default path converter () 2023-08-16 20:11:50 +06:00
serializers.py Revert "Fix validation for ListSerializer ()" () 2024-03-13 15:15:43 +00:00
settings.py Fix typo () 2024-01-24 23:17:01 +01:00
status.py Added http 102, 103, 421, and 425 status codes () 2022-02-03 11:57:47 +00:00
test.py Make APIClient.force_authenticate() work with user=None () 2022-09-15 09:35:48 +01:00
throttling.py Fix error in throttling when request.user is None () 2022-06-24 13:02:11 +01:00
urlpatterns.py Updated url()'s with path() and re_path() () 2020-08-25 13:50:02 +02:00
urls.py Replace all url() calls with path() or re_path() () 2020-09-08 15:32:27 +01:00
validators.py Avoid unnecessary unique together checking () 2024-01-26 11:36:18 +01:00
versioning.py Revert "Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespac…" () 2024-03-22 09:39:30 +00:00
views.py - Update the message to be consistent with the Django HttpResponseBase class. () 2024-03-17 14:22:03 +01:00
viewsets.py Replaced OrderedDict with dict () 2023-04-30 15:20:02 +06:00