ExCiteS / geokey

Platform for participatory mapping
http://geokey.org.uk
Other
55 stars 29 forks source link

Use __in filter keyword for Django 1.11 #410

Closed JamesBradbury closed 6 years ago

JamesBradbury commented 6 years ago

Fix project views for Django 1.11

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.127% when pulling 475c8ec0d6a2f15e09d670abc022785828075170 on fix_project_views into 31956ae3639171579b47dfd11bf8984aa836eaf2 on master.

josokinas commented 6 years ago

Can you give a little more context on this?

JamesBradbury commented 6 years ago

This should explain the issue: https://code.djangoproject.com/ticket/25284 Basically the code was relying on a bug/quirky behaviour of the filter which has now been fixed.