#10371: Outdated piece in Tutorial pt. 2
------------------------------------+---------------------------------------
          Reporter:  michaelw       |         Owner:  nobody
            Status:  closed         |     Milestone:        
         Component:  Documentation  |       Version:  1.0   
        Resolution:  invalid        |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  0     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by russellm):

 Again - I can't find anywhere that says "Tabularline". The only section of
 Tutorial 2 that talks about tabular layout is the following:
 {{{
 Django offers a tabular way of displaying inline related objects; you just
 need to change the ChoiceInline declaration to read:

 class ChoiceInline(admin.TabularInline):
     #...
 With that TabularInline (instead of StackedInline), the related objects
 are displayed in a more compact, table-based format:
 }}}

 This correctly tells you to use Tabular*In*line, not ``Tabularline``.
 Where are you seeing ``Tabularline``?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10371#comment:3>
Django <http://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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to