Changes between Initial Version and Version 1 of Ticket #23351, comment 3
- Timestamp:
- Feb 11, 2015, 10:13:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23351, comment 3
initial v1 5 5 6 6 7 I discovered the problem seems to be related to this ticket: https://code.djangoproject.com/ticket/236977 I discovered the problem seems to be related to this ticket: #23697 8 8 9 9 If using this: `search_fields = ('module__name',)` but `name` does not exist in the `module` model, this error is thrown.