wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Fix crash when doing implicit exact lookup on a field with the same name as a lookup #172

Closed laymonage closed 8 months ago

laymonage commented 1 year ago

Fixes #171.

Will add tests later.

gasman commented 8 months ago

Closing in favour of #184.