quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

NullBooleanField is deprecated, so favor BooleanField(null=True) #153

Closed ML-Chen closed 4 years ago

ML-Chen commented 4 years ago

Fixes #112 and #152

adewes commented 4 years ago

Awesome, thanks @ML-Chen :)