| 1 | We need Many-to-Many support for [wiki:BluePrintGISFeatureLayers GIS Feature Groups] (to be able to select a mixture of Feature Classes &/or individual Features) & for the Person Registry |
| 2 | |
| 3 | Web2Py doesn't really support Many-to-Many SQL tables. |
| 4 | |
| 5 | It can kind-of do it using Tagging widgets: |
| 6 | * t2.tag_widget() |
| 7 | * [http://groups.google.com/group/web2py/browse_thread/thread/a234895207097f60/ multiple=True] |
| 8 | |
| 9 | I think the ideal should be soemthing like: |
| 10 | * http://code.google.com/p/django-ajax-filtered-fields/ |
| 11 | |
| 12 | My request to Web2Py list: |
| 13 | * http://groups.google.com/group/web2py/browse_thread/thread/414fd05976f97226/ |
| 14 | |
| 15 | ---- |
| 16 | BluePrints |