[Answer]-Can I refer to a field within the same Django model?

1👍

✅

This is mostly as good as it gets!

An improvement you could make here would be to use BooleanFields, as you’re only storing a flag, and not actually a 1-char text value which is a lot bigger than a single bit.

Leave a comment