Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#33133 closed Bug (fixed)

NullBooleanField doesn't work in historical migrations.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 4.0
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

NullBooleanField doesn't work in historical migrations.

Thanks Jan Pieter Waagmeester for the report.

Regression in d992f4e3c29a81c956d3d616f0bc19701431b26e.

Change History (3)

comment:1 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:2 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 3b9fe906:

Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.

Regression in d992f4e3c29a81c956d3d616f0bc19701431b26e.

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In 715aa2db:

[4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.

Regression in d992f4e3c29a81c956d3d616f0bc19701431b26e.
Backport of 3b9fe906bf28d2e748ce4d9a1af5fbcd5df48946 from main

Note: See TracTickets for help on using tickets.
Back to Top