Author: floguy
Date: Sat Sep 20 20:45:12 2008
New Revision: 17
Modified:
trunk/things/options.py
trunk/thingsproject/dev.db
trunk/thingsproject/twitter/thing.py
Log:
Fixed another typo.
Modified: trunk/things/options.py
==============================================================================
--- trunk/things/options.py (original)
+++ trunk/things/options.py Sat Sep 20 20:45:12 2008
@@ -54,7 +54,6 @@
else:
q_list = [Q(**{'%s__icontains' % s: terms}) for s in
self.search]
items = items.filter(reduce(or_, q_list))
- items =
if field is not None:
pre = ''
if descending == True:
Modified: trunk/thingsproject/dev.db
==============================================================================
Binary files. No diff available.
Modified: trunk/thingsproject/twitter/thing.py
==============================================================================
--- trunk/thingsproject/twitter/thing.py (original)
+++ trunk/thingsproject/twitter/thing.py Sat Sep 20 20:45:12 2008
@@ -6,6 +6,6 @@
verbose_name_desc='Oldest', url_asc='newest', url_desc='oldest',
field_url='date')
message = things.OrderField()
- search = 'message'
+ search = ('message', 'date_posted')
#things.site.register(Tweet, TweetThing)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---