Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Apr 2011 15:59:19 +0000 (11:59 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 26 Apr 2011 15:59:19 +0000 (11:59 -0400)
commitb3fd01202e71b1a43ab372b8f19e9ff6f13dae7b
tree9f00ab83c0c0d885fccbedadef3f14582866eada
parent8a7ab75997519a2e99d8a1bf7218af016eaf187d
parent66d42c282c25daff0aa34ae374a05439ce2868c6
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Added slug to the context for ajax searches.
  Added search.result_template to the context for search views with ajax enabled.
  Added support for limit_choices_to use in the ModelLookupWidget and switched its output generation from concatanation to array joining. Corrected Page.clean_fields method's handling of the exclude kwarg.
  Added sortable_field_name to the collection member inline for grappelli.
  Set GoogleSearch to allow default args and to default to a search within the current site.