pass positional arguments to class-based views (Fixes #5199)

This commit is contained in:
Miguel Grinberg 2023-07-15 23:49:42 +01:00
parent cb825687a5
commit b6c3569c5e
No known key found for this signature in database
3 changed files with 43 additions and 7 deletions

View file

@ -7,7 +7,7 @@ Unreleased
- Require Werkzeug >= 2.3.6.
- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Refactor how an app's root and instance paths are determined. :issue:`5160`
- Pass positional arguments to class-based views. :issue:`5199`
Version 2.3.2
-------------