Fix reverse relation support for ___ filter operator

This commit is contained in:
Diederik van der Boor
2015-12-29 14:42:24 +01:00
parent 137139f2bb
commit b0657ef9c7
3 changed files with 40 additions and 6 deletions
+7
View File
@@ -1,6 +1,13 @@
Changelog
==========
Version 0.8.1 (2015-12-29)
--------------------------
* Fixed support for reverse relations for ``relname___field`` when the field starts with an ``_`` character.
Otherwise, the query will be interpreted as subclass lookup (``ClassName___field``).
Version 0.8 (2015-12-28)
------------------------