Update django to 2.2.2
Changes
- CVE-2019-12308: AdminURLFieldWidget XSS
- Patched bundled jQuery for CVE-2019-11358: Prototype pollution
- Fixed a regression in Django 2.2 that stopped Show/Hide toggles working on dynamically added admin inlines
- Fixed a regression in Django 2.2 where deprecation message crashes if Meta.ordering contains an expression
- Fixed a regression in Django 2.2.1 where SearchVector generates SQL with a redundant Coalesce call
- Fixed a regression in Django 2.2 where auto-reloader doesn’t detect changes in manage.py file when using StatReloader
- Fixed crash of ArrayAgg and StringAgg with ordering argument when used in a Subquery
- Fixed a regression in Django 2.2 that caused a crash of auto-reloader when an exception with custom signature is raised
- Fixed a regression in Django 2.2.1 where auto-reloader unnecessarily reloads translation files multiple times when using StatReloader