| .. | 
		
		
			
			
			
			
				| authtoken | Prevent small risk of Tokenoverwrite (#9754) | 2025-08-10 16:52:32 +06:00 | 
		
			
			
			
			
				| locale | Update french translation (#9770) | 2025-09-20 11:19:28 +01:00 | 
		
			
			
			
			
				| management | Add --api-version CLI option to generateschema  (#8663) | 2022-09-22 10:36:01 +01:00 | 
		
			
			
			
			
				| schemas | Delay CoreAPI deprecation until DRF 3.18 (#9810) | 2025-10-30 18:02:24 +00:00 | 
		
			
			
			
			
				| static/rest_framework | Improve integration with Django Debug Toolbar (#9213) | 2024-03-07 10:58:59 +01:00 | 
		
			
			
			
			
				| templates/rest_framework | Drop HTML line breaks on long headers in browsable API (#9438) | 2025-04-28 04:08:48 +00:00 | 
		
			
			
			
			
				| templatetags | Drop HTML line breaks on long headers in browsable API (#9438) | 2025-04-28 04:08:48 +00:00 | 
		
			
			
			
			
				| utils | Add support for ipaddress objects in JSONEncoder (#9087) | 2025-10-30 16:27:20 +06:00 | 
		
			
			
			
			
				| __init__.py | Delay CoreAPI deprecation until DRF 3.18 (#9810) | 2025-10-30 18:02:24 +00:00 | 
		
			
			
			
			
				| apps.py | Make DEFAULT_PAGINATION_CLASSNoneby default.  (#5170) | 2017-09-25 15:36:30 +02:00 | 
		
			
			
			
			
				| authentication.py | replace partition with split in BasicAuthentication (#8790) | 2022-12-08 09:52:35 +06:00 | 
		
			
			
			
			
				| checks.py | Fix punctuation in system check (#7281) | 2020-04-20 16:40:05 -07:00 | 
		
			
			
			
			
				| compat.py | Fix unique together validator doesn't respect condition's fields (#9360) | 2025-02-17 14:01:32 +06:00 | 
		
			
			
			
			
				| decorators.py | Add missing decorators: @versioning_class(),@content_negotiation_class(),@metadata_class()for function based views (#9719) | 2025-09-20 11:12:17 +01:00 | 
		
			
			
			
			
				| documentation.py | Updated url()'s with path() and re_path() (#7492) | 2020-08-25 13:50:02 +02:00 | 
		
			
			
			
			
				| 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 | DurationField output format (#8532) | 2025-08-12 16:21:01 +02:00 | 
		
			
			
			
			
				| filters.py | Delay CoreAPI deprecation until DRF 3.18 (#9810) | 2025-10-30 18:02:24 +00:00 | 
		
			
			
			
			
				| generics.py | Standardize spelling to American English in documentation (#9804) | 2025-10-27 22:44:48 +06:00 | 
		
			
			
			
			
				| metadata.py | Revert #9030 (#9333) | 2024-03-22 09:40:34 +01:00 | 
		
			
			
			
			
				| mixins.py | Standardize spelling to American English in documentation (#9804) | 2025-10-27 22:44:48 +06:00 | 
		
			
			
			
			
				| negotiation.py | Add pyupgrade to pre-commit hooks (#9682) | 2025-04-09 06:24:18 +00:00 | 
		
			
			
			
			
				| pagination.py | Delay CoreAPI deprecation until DRF 3.18 (#9810) | 2025-10-30 18:02:24 +00:00 | 
		
			
			
			
			
				| parsers.py | Remove unused code | 2024-04-30 18:28:22 +02:00 | 
		
			
			
			
			
				| permissions.py | Add pyupgrade to pre-commit hooks (#9682) | 2025-04-09 06:24:18 +00:00 | 
		
			
			
			
			
				| relations.py | Replaced OrderedDictwithdict(#8964) | 2023-04-30 15:20:02 +06:00 | 
		
			
			
			
			
				| renderers.py | Fixed #5363 -- HTML5 datetime-local valid format HTMLFormRenderer (#9365) | 2025-10-30 16:23:54 +06:00 | 
		
			
			
			
			
				| request.py | Fixed AttributeError raised by data property being silently ignored (#9455) | 2024-07-17 22:51:39 +06:00 | 
		
			
			
			
			
				| response.py | Add pyupgrade to pre-commit hooks (#9682) | 2025-04-09 06:24:18 +00:00 | 
		
			
			
			
			
				| reverse.py | Dropped Python 2 compatibility. (#6615) | 2019-04-30 17:53:44 +02:00 | 
		
			
			
			
			
				| routers.py | Use str as default path converter (#9066) | 2023-08-16 20:11:50 +06:00 | 
		
			
			
			
			
				| serializers.py | Standardize spelling to American English in documentation (#9804) | 2025-10-27 22:44:48 +06:00 | 
		
			
			
			
			
				| settings.py | DurationField output format (#8532) | 2025-08-12 16:21:01 +02:00 | 
		
			
			
			
			
				| status.py | Added http 102, 103, 421, and 425 status codes (#8350) | 2022-02-03 11:57:47 +00:00 | 
		
			
			
			
			
				| test.py | Fixed regression that tests using format still work (#9615) | 2025-01-11 00:56:36 +06:00 | 
		
			
			
			
			
				| throttling.py | Fix error in throttling when request.user is None (#8370) | 2022-06-24 13:02:11 +01:00 | 
		
			
			
			
			
				| urlpatterns.py | Fix "Converter is already registered" deprecation warning. (#9512) | 2024-08-26 17:32:50 +02:00 | 
		
			
			
			
			
				| urls.py | Replace all url() calls with path() or re_path() (#7512) | 2020-09-08 15:32:27 +01:00 | 
		
			
			
			
			
				| validators.py | Support violation_error_codeandviolation_error_messagefromUniqueConstraintinUniqueTogetherValidator(#9766) | 2025-10-09 23:47:30 +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 |