* [Committed] https://github.com/django/django/pull/3510 -- Fixed
#23665 -- Added a note about precedence of the USE_L10N setting in the
MONTH_DAY_FORMAT and YEAR_MONTH_FORMAT documentations.
* I've simplified the initial implementation, and will start to port
some management commands to use `self.logger` in the next week:
https://github.com/django/django/pull/3467