Page MenuHomeSolus

Update django to 2.2.1
ClosedPublic

Authored by maverick1 on May 18 2019, 4:48 PM.
Tags
None
Referenced Files
F10994543: D6325.diff
Tue, Jul 25, 11:27 PM
F10991845: D6325.id15340.diff
Tue, Jul 25, 3:43 AM
F10991844: D6325.id15229.diff
Tue, Jul 25, 3:43 AM
F10991843: D6325.id.diff
Tue, Jul 25, 3:43 AM
F10917924: D6325.id.diff
Jul 8 2023, 7:40 PM
F10883454: D6325.diff
Jun 24 2023, 7:38 AM
F10864327: D6325.id15340.diff
Jun 17 2023, 7:37 AM
F10858444: D6325.id15229.diff
Jun 15 2023, 3:13 PM
Subscribers

Details

Summary

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.

Test Plan

Ran django server and did some changed to the database.

Diff Detail

Repository
R2575 python-django
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 20 2019, 10:41 PM
This revision was automatically updated to reflect the committed changes.