django-rest-framework/rest_framework
2025-03-21 20:31:12 +09:00
..
authtoken Remove unused code 2024-04-30 18:28:22 +02:00
locale Fixing and adding pt-br translations (#9535) 2024-09-20 11:34:37 +01:00
management
schemas Refactor: modify the codebase to pass through the pre-commit hooks 2025-03-21 19:06:47 +09:00
static/rest_framework
templates/rest_framework
templatetags Fix potential XSS vulnerability in break_long_headers template filter (#9435) 2024-06-14 10:52:02 +01:00
utils Remove unused code 2024-04-30 18:28:22 +02:00
__init__.py Drop deprecated AutoSchema._get_reference method (#9525) 2025-01-29 12:27:33 +06:00
apps.py
authentication.py
checks.py
compat.py Chore: remove coreapi/coreschema import from compat.py 2025-03-21 20:31:12 +09:00
decorators.py
documentation.py
exceptions.py Revert "feat: Add some changes to ValidationError to support django style vad…" (#9326) 2024-03-21 17:09:43 +01:00
fields.py Accept integers as min/max values of DecimalField (#9515) 2024-09-07 17:07:28 +06:00
filters.py Refactor: modify the codebase to pass through the pre-commit hooks 2025-03-21 19:06:47 +09:00
generics.py
metadata.py Revert #9030 (#9333) 2024-03-22 09:40:34 +01:00
mixins.py Revert "Re-prefetch related objects after updating (#8043)" (#9327) 2024-03-21 22:23:30 +00:00
negotiation.py
pagination.py Refactor: modify the codebase to pass through the pre-commit hooks 2025-03-21 19:06:47 +09:00
parsers.py Remove unused code 2024-04-30 18:28:22 +02:00
permissions.py Add __hash__ method for permissions.OperandHolder class (#9417) 2024-06-10 12:19:06 +06:00
relations.py
renderers.py Fix get_template_context to handle also lists (#9467) 2024-07-15 22:03:40 +06:00
request.py Fixed AttributeError raised by data property being silently ignored (#9455) 2024-07-17 22:51:39 +06:00
response.py
reverse.py
routers.py
serializers.py Fix unique together validator doesn't respect condition's fields (#9360) 2025-02-17 14:01:32 +06:00
settings.py
status.py
test.py Fixed regression that tests using format still work (#9615) 2025-01-11 00:56:36 +06:00
throttling.py
urlpatterns.py Fix "Converter is already registered" deprecation warning. (#9512) 2024-08-26 17:32:50 +02:00
urls.py
validators.py Fix unique together validator doesn't respect condition's fields (#9360) 2025-02-17 14:01:32 +06:00
versioning.py Revert "Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespac…" (#9335) 2024-03-22 09:39:30 +00:00
views.py Add official support for Django 5.1 (#9514) 2024-09-07 17:21:18 +06:00
viewsets.py Add official support for Django 5.1 (#9514) 2024-09-07 17:21:18 +06:00