'BaseTable' object is not iterable

Issue #59 invalid
Code Pantry created an issue

This issue occurs in Django 1.8.2 and Python 2.7 postman/query.py", line 55, in as_sql name, alias, join_type, lhs, lhs_col, col, nullable = self.query.alias_map[alias] TypeError: 'BaseTable' object is not iterable

Comments (2)

  1. Patrick Samson repo owner

    You should have mentioned the django-postman version as well. This is already fixed in 3.2.2.

  2. Log in to comment