1👍
✅
This is mostly as good as it gets!
An improvement you could make here would be to use BooleanField
s, as you’re only storing a flag, and not actually a 1-char text value which is a lot bigger than a single bit.
Source:stackexchange.com