6ea8dd59 by slene

fix #255

1 parent 2795ac6e
......@@ -212,6 +212,10 @@ func bootStrap() {
}
}
}
}
models = modelCache.all()
for _, mi := range models {
for _, fi := range mi.fields.fieldsReverse {
switch fi.fieldType {
case RelReverseOne:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!