Changes between Initial Version and Version 1 of Ticket #22992, comment 1
- Timestamp:
- Jul 11, 2014, 8:51:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22992, comment 1
initial v1 10 10 11 11 When I try your example, I get `FieldError: Cannot resolve keyword 'content_object' into field. Choices are: content_type, id, object_id, value`. Am I missing something? Did your test work in older versions? I got the same result on 1.6. 12 13 Edit: Actually, I get `FieldError` on 1.6, but `AttributeError: 'GenericForeignKey' object has no attribute 'get_lookup'` as you described on 1.7. Will bisect...