#29941: assign to user_type variable explicitly
------------------------------------------------+------------------------
               Reporter:  mudgil                |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Documentation         |        Version:  2.1
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 In the examples on the permalink
 
https://docs.djangoproject.com/en/2.1/ref/contrib/contenttypes/#django.contrib.contenttypes.models.ContentType.model_class,
 the example:
 ContentType.objects.get(app_label="auth", model="user") should be assigned
 to variable user_type first because the examples that follow it use it:

 user_type.model_class()

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29941>
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/049.2bed50103d5664f5151d3abf7fc44f67%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to