Skip to content

Commit df89f32

Browse files
authored
Fix typo in 3.14 announcement (#9255)
1 parent 5ad467a commit df89f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/community/3.14-announcement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Our requirements are now:
2828
* Python 3.6+
2929
* Django 4.1, 4.0, 3.2, 3.1, 3.0
3030

31-
## `raise_exceptions` argument for `is_valid` is now keyword-only.
31+
## `raise_exception` argument for `is_valid` is now keyword-only.
3232

3333
Calling `serializer_instance.is_valid(True)` is no longer acceptable syntax.
34-
If you'd like to use the `raise_exceptions` argument, you must use it as a
34+
If you'd like to use the `raise_exception` argument, you must use it as a
3535
keyword argument.
3636

3737
See Pull Request [#7952](https://github.com/encode/django-rest-framework/pull/7952) for more details.

0 commit comments

Comments
 (0)