Mercurial > public > sg101
log gpp/bio/forms.py @ 206:272d3a8c98e8
age | author | description |
---|---|---|
Mon, 03 May 2010 02:49:31 +0000 | Brian Neal | Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install. |
Sat, 10 Apr 2010 04:32:24 +0000 | Brian Neal | Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app. |
Mon, 14 Dec 2009 05:07:28 +0000 | Brian Neal | Implement ticket #40. Added a simple way to search for usernames and then view their profile. Moved this ajax username search feature out of the messages app and into core. |