#29032: Docs example for expressions in QuerySet.values() doesn't work
-------------------------------+------------------------------------
     Reporter:  Tim Graham     |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Documentation  |                  Version:  1.11
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------
Description changed by Tim Graham:

Old description:

> The `Blog.objects.values('author', entries=Count('entry'))` example
> crashes with `FieldError: Cannot resolve keyword 'author' into field.`.
>
> (reported [https://groups.google.com/d/topic/django-
> users/ol9r4X_tHUk/discussionon django-users])

New description:

 The `Blog.objects.values('author', entries=Count('entry'))` example added
 in 39f35d4b9de223b72c67bb1d12e65669b4e1355b crashes with `FieldError:
 Cannot resolve keyword 'author' into field.`.

 (reported [https://groups.google.com/d/topic/django-
 users/ol9r4X_tHUk/discussionon django-users])

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29032#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f3e56920b124dd95a4ef4ce78ed90e21%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to