Author: floguy
Date: Sun Sep 21 02:14:16 2008
New Revision: 920
Modified:
trunk/local_apps/tribes/thing.py
Log:
Fixed support for ordering tribes and projects by number of members.
Modified: trunk/local_apps/tribes/thing.py
==============================================================================
--- trunk/local_apps/tribes/thing.py (original)
+++ trunk/local_apps/tribes/thing.py Sun Sep 21 02:14:16 2008
@@ -25,5 +25,4 @@
'column_name': qn(m2m_field.m2m_column_name()),
'self_table': qn(self.model._meta.db_table),
}
- print SQL
return self.model._default_manager.extra(select={'member_count':
SQL})
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---