From 9625b15a9bdf578f372a4e862f051419f9135472 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 9 Dec 2023 06:55:09 -0600 Subject: [PATCH] docs(CHANGES): Note merge of #133 / fix of #132 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0c359c7..0612cfd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,14 @@ master (unreleased) ------------------- *This is where upcoming changes will be.* +Breaking change: ``Url.pattern`` now uses ``MaxLengthValidator`` +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +- ``Url.pattern`` now uses ``MaxLengthValidator`` to account for trailing + slash. Thank you @PetrDlouhy in #133 for #132. + + See also: https://docs.djangoproject.com/en/4.2/ref/validators/#maxlengthvalidator + 6.1 (2023-09-07) ----------------