Dear Developers,
   I've written a module which may be helpful to a lot of Django
developers, and would like to suggest it for trials and testing, and
possible inclusion with Django. I'm currently just looking for
developers to help test and work with the module; it should be quite
helpful.
In summary, it is called 'QManager', and is a Manager subclass which
helps developers create Managers from Q objects. QManager instances
can be joined by & and |, and by using the negative operator you can
create a QManager which is the complement of the original.
Essentially, the class helps abstract away a lot of the boilerplate
code which is involved in creating managers.
Anyone interested can find more details at code.google.com/p/django-
qmanager. I've posted a preliminary version of the module up there -
it's just one .py file.
It's also heavily documented - *everything* has a docstring. I hope
you enjoy,

Regards,
Zack

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to