Author: floguy
Date: Sun Sep 21 00:58:49 2008
New Revision: 25
Modified:
trunk/things/options.py
Log:
Fixed bozo error.
Modified: trunk/things/options.py
==============================================================================
--- trunk/things/options.py (original)
+++ trunk/things/options.py Sun Sep 21 00:58:49 2008
@@ -134,5 +134,5 @@
super(ModelThing, self).__init__()
def _get_qs(self):
- return model._default_manager.all()
+ return self.model._default_manager.all()
qs = property(_get_qs)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---