You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8411 Add note about LocaleListener (Steveb-p, javiereguiluz)
This PR was merged into the 3.3 branch.
Discussion
----------
Add note about LocaleListener
LocaleListener uses information provided by Request object.
Setting your own Listener, which is supposed to change request object locale, without priority results in LocaleListener already having it's locale set up and not reacting at all. This change adds this warning to documentation.
Commits
-------
531909d Reword
1492f3e Remove information about default priority
52681f4 Fix missing blank line
03de10f Add note about LocaleListener
0 commit comments