Changes between Initial Version and Version 1 of Ticket #34030, comment 6
- Timestamp:
- Sep 28, 2022, 6:11:59 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34030, comment 6
initial v1 3 3 `LocaleMiddleware` is not required, and it's not in the default template, so someone has to both go and add it, and add it in the wrong place, which given they got through the i18n docs, I'm not sure is likely. 4 4 5 Note also that whilst the `hint` for `admin.E410` says to ''insert be tween…'', we don't actually check that — just that `SessionMiddleware` is installed.5 Note also that whilst the `hint` for `admin.E410` says to ''insert before …'', we don't actually check that — just that `SessionMiddleware` is installed. 6 6 7 7 I think trying to check exact/relative positions would be an unnecessary burden.