Open zstumgoren opened 10 years ago
After implementing #13 as a method on ModelAdmin, realized it probably would be better to have implemented this as a manager for State model and then used that in the admin instead. Not urgent, but would be good to switch the implementation.
ModelAdmin
State
After implementing #13 as a method on
ModelAdmin
, realized it probably would be better to have implemented this as a manager forState
model and then used that in the admin instead. Not urgent, but would be good to switch the implementation.