#23907: tutorial02 code missing 'admin.site.register'
-------------------------------+--------------------
     Reporter:  hkraal         |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Documentation  |    Version:  1.7
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  1              |      UI/UX:  0
-------------------------------+--------------------
 The code example below

 ---
 You can assign arbitrary HTML classes to each fieldset. Django provides a
 "collapse" class that displays a particular fieldset initially collapsed.
 This is useful when you have a long form that contains a number of fields
 that aren’t commonly used:
 ---

 lacks the line:
 admin.site.register(Question, QuestionAdmin)

--
Ticket URL: <https://code.djangoproject.com/ticket/23907>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.31de0df6e5f221637052897aac95aefa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to