Django - Add custom field in django admin get_queryset method with multiple levels of prefetch_related

后端 未结 0 433
甜味超标
甜味超标 2021-02-08 20:18

I have the following models. There are Stops in Cities. There are Connections between Stops.

MODEL.PY

class City(models.Model):
    pass

class Stop(mode         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题