On Feb 8, 2007, at 06:44 , James Bennett wrote: > One shining example is the _meta attribute on models -- there's useful > stuff in there, but unless you read the code or do some heavy-duty > introspection, you'll never learn about it. Using the dispatcher to > hook into various phases of the request/response cycle is another good > one -- we've got rudimentary documentation on the wiki, but it could > really stand to be cleaned up.
Definitely +1 (and more :) ). _meta stuff is very useful and I don't know how many times I have to dig thru sources to find what is what. My top list for the developer docs: 1. Model._meta 2. Field 3. custom model field creation -- especially related types 4. event dispatch -- Nebojša Đorđević - nesh, ICQ#43799892 Studio Quattro - Niš - Serbia http://studioquattro.biz/ | http://trac.studioquattro.biz/djangoutils/ Registered Linux User 282159 [http://counter.li.org] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
