public NDjangoFieldInfo(NDjangoType parent, Type type, string name) { this.parent = parent; this.type = type; this.name = name; }