[EMAIL PROTECTED] wrote: > The core version was built using Luke Plant's work and Ian Holsman's > work, kind of the best of both worlds.
Yeah, once I started looking at the code I saw the commit logs that said the same thing. Good to see things growing that quickly. It's nice to think I was having ideas about solving it in a similar way. I must be starting to think Django, but I'd have had no clue about implementing it Can I just say thanks again to Malcolm for pointing me at the unit tests. I'd never realized they were there and they're a great resource for learning how to use particular features, especially in the database API. A number of things which don't appear to be documented in the normal documentation have tests with good explanations as to how they work. I've worked out how to do a number of things I was unclear on from looking at those. http://code.djangoproject.com/browser/django/trunk/tests/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

