在串行器即時試圖顯示人員數據到員工,但即時獲取此錯誤AttributeError當試圖獲取字段persons在串行器EmployeeSerializer上的值。 串行器字段可能命名錯誤,並且不匹配Employee實例上的任何屬性或密鑰。 原始異常文本爲:'員工'對象沒有'人員'屬性。 這裏是我的models.py class Person(models.Model):
id = mode
我正在努力想出編寫這些序列化器的最佳方法。 我有這樣 class Foo(models.Model):
db = models.CharField(max_length=30)
name = models.CharField(max_length=30)
schema = models.CharField(max_length=50)
table_name