Cleaning up the documentation and adding the first migration guide

This commit is contained in:
Trenton H
2026-01-13 11:03:12 -08:00
parent f4ea33f39c
commit 97bd98d442
5 changed files with 26 additions and 44 deletions

View File

@@ -501,7 +501,7 @@ The `datetime` filter formats a datetime string or datetime object using Python'
See the [strftime format code documentation](https://docs.python.org/3.13/library/datetime.html#strftime-and-strptime-format-codes)
for the possible codes and their meanings.
##### Date Localization
##### Date Localization {#date-localization}
The `localize_date` filter formats a date or datetime object into a localized string using Babel internationalization.
This takes into account the provided locale for translation. Since this must be used on a date or datetime object,