Added support for limit_choices_to use in the ModelLookupWidget and switched its...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 20 Apr 2011 00:47:56 +0000 (20:47 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 20 Apr 2011 00:47:56 +0000 (20:47 -0400)
commitf325ff6e5a40a972e6732c09b87e077adf2c2e35
tree5f89381a36279b39211c3b03a9b65f4cdf59c95d
parentfbad74041c87c94038eafc7f38bb2e5a0c708cc6
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.
admin/widgets.py
models/pages.py