Changes between Initial Version and Version 1 of Ticket #35314
- Timestamp:
- Mar 18, 2024, 8:59:24 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35314 – Description
initial v1 1 1 This used to work correctly in Django 4. Django 5 removed USE_L10N setting from settings.py 2 2 3 When rendering an input field that is of type date:3 When rendering an input field that is of type `date`: 4 4 {{{ 5 5 /home/michael/.venv/project/lib/python3.11/site-packages/django/forms/boundfield.py(108)as_widget() … … 15 15 }}} 16 16 17 We that ` formats.get_format(self.format_key)` only passes in 1 argument to:17 We see that ` formats.get_format(self.format_key)` only passes in 1 argument to: 18 18 19 19 {{{