On Jun 7, 11:44 pm, Anssi Kääriäinen <[email protected]> wrote: > I don't see the difference between doing the registration > automatically by Field.__new__() and automatically registering > anything living in fields.py or fields module.
OK, now I get it - you will see in which app the field lives by in which app the fields.py lives, and thus know the correct app_label for the field. Then class name would uniquely identify the field inside that app, right? - Anssi -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
