Yeah, Django is doing some magic using a metaclass for Model
(ModelBase, which is badly named IMO, as it isn't Model's base class).
Most of the magic is in django.db.models.base.

The documentation tells you how to /use/ the model API, though. I
don't think there's any need for the docs to explain what magic is
being done; in fact, it would just be very confusing to most users.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to