Update django to 2.2.1
Changes
- Fixed a regression in Django 2.1 that caused the incorrect quoting of database user password when using dbshell on Oracle
- Fixed a regression in Django 2.2 that caused a crash when loading the template for the technical 500 debug page
- Fixed crash of ordering argument in ArrayAgg and StringAgg when it contains an expression with params
- Fixed a regression in Django 2.2 that caused a single instance fast-delete to not set the primary key to None
- Fixed a regression in Django 2.2 where Paginator crashes if object_list is a queryset ordered or aggregated over a nested JSONField key transform
- Fixed a regression in Django 2.2 where IntegerField validation of database limits crashes if limit_value attribute in a custom validator is callable
Full Changelog available here.