Changes between Initial Version and Version 1 of Ticket #29032
- Timestamp:
- Jan 17, 2018, 12:54:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29032 – Description
initial v1 1 The `Blog.objects.values('author', entries=Count('entry'))` example crashes with `FieldError: Cannot resolve keyword 'author' into field.`.1 The `Blog.objects.values('author', entries=Count('entry'))` example added in 39f35d4b9de223b72c67bb1d12e65669b4e1355b crashes with `FieldError: Cannot resolve keyword 'author' into field.`. 2 2 3 3 (reported [https://groups.google.com/d/topic/django-users/ol9r4X_tHUk/discussionon django-users])