You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typo of 'related' in tests
* Fix typo of permission_classes in coreapi test
* Fix some minor typos in docs
* Fix typos in tests
* Fix flake8 issue
Copy file name to clipboardExpand all lines: docs/community/release-notes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Date: 15th March 2024
121
121
* Fix 404 when page query parameter is empty string [[#8578](https://github.com/encode/django-rest-framework/pull/8578)]
122
122
* Fixes instance check in ListSerializer.to_representation [[#8726](https://github.com/encode/django-rest-framework/pull/8726)][[#8727](https://github.com/encode/django-rest-framework/pull/8727)]
123
123
* FloatField will crash if the input is a number that is too big [[#8725](https://github.com/encode/django-rest-framework/pull/8725)]
124
-
* Add missing DurationField to SimpleMetada label_lookup [[#8702](https://github.com/encode/django-rest-framework/pull/8702)]
124
+
* Add missing DurationField to SimpleMetadata label_lookup [[#8702](https://github.com/encode/django-rest-framework/pull/8702)]
125
125
* Add support for Python 3.11 [[#8752](https://github.com/encode/django-rest-framework/pull/8752)]
126
126
* Make request consistently available in pagination classes [[#8764](https://github.com/encode/django-rest-framework/pull/9764)]
127
127
* Possibility to remove trailing zeros on DecimalFields representation [[#6514](https://github.com/encode/django-rest-framework/pull/6514)]
@@ -428,7 +428,7 @@ Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10.
428
428
* Allow hashing of ErrorDetail. [#5932][gh5932]
429
429
* Correct schema parsing for JSONField [#5878][gh5878]
430
430
* Render descriptions (from help_text) using safe [#5869][gh5869]
431
-
* Removed input value from deault_error_message[#5881][gh5881]
431
+
* Removed input value from default_error_message[#5881][gh5881]
432
432
* Added min_value/max_value support in DurationField [#5643][gh5643]
433
433
* Fixed instance being overwritten in pk-only optimization try/except block [#5747][gh5747]
434
434
* Fixed AttributeError from items filter when value is None [#5981][gh5981]
Copy file name to clipboardExpand all lines: tests/schemas/test_coreapi.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -1177,7 +1177,7 @@ class NamingCollisionViewSet(GenericViewSet):
1177
1177
"""
1178
1178
Example via: https://stackoverflow.com/questions/43778668/django-rest-framwork-occured-typeerror-link-object-does-not-support-item-ass/
0 commit comments