We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ef01d commit 9625b15Copy full SHA for 9625b15
CHANGES.rst
@@ -5,6 +5,14 @@ master (unreleased)
5
-------------------
6
*This is where upcoming changes will be.*
7
8
+Breaking change: ``Url.pattern`` now uses ``MaxLengthValidator``
9
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
10
+
11
+- ``Url.pattern`` now uses ``MaxLengthValidator`` to account for trailing
12
+ slash. Thank you @PetrDlouhy in #133 for #132.
13
14
+ See also: https://docs.djangoproject.com/en/4.2/ref/validators/#maxlengthvalidator
15
16
6.1 (2023-09-07)
17
----------------
18
0 commit comments