Changes between Initial Version and Version 1 of Ticket #29032


Ignore:
Timestamp:
Jan 17, 2018, 12:54:40 PM (6 years ago)
Author:
Tim Graham
Comment:

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.`.
     1The `Blog.objects.values('author', entries=Count('entry'))` example added in 39f35d4b9de223b72c67bb1d12e65669b4e1355b crashes with `FieldError: Cannot resolve keyword 'author' into field.`.
    22
    33(reported [https://groups.google.com/d/topic/django-users/ol9r4X_tHUk/discussionon django-users])
Back to Top