google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add filter_interface=models.HORIZONTAL to any ManyToManyField #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just a suggestion but adding a filter_interface to ManyToManyFields would
make it easier for users to select objects and add them. Here is the code
to add to the ManyToManyField to make it work:

filter_interface=models.HORIZONTAL

of

filter_interface=models.VERTICAL

I personally prefer horizontal.

Original issue reported on code.google.com by Blis...@gmail.com on 16 Mar 2008 at 7:35

GoogleCodeExporter commented 9 years ago
Instead of "of" I meant to say "or"

Original comment by Blis...@gmail.com on 16 Mar 2008 at 7:35

GoogleCodeExporter commented 9 years ago
Excellent suggestion. This has been added to r173. 

Original comment by justin.d...@gmail.com on 18 Mar 2008 at 1:16

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 18 Mar 2008 at 1:17