Skip to content

0.69.4

Choose a tag to compare

@dantownsend dantownsend released this 05 Mar 11:00
· 487 commits to master since this release

We used to raise a ValueError if a column was both null=False and default=None. This has now been removed, as there are situations where it's valid for columns to be configured that way. Thanks to @gmos for suggesting this change.