Changes between Initial Version and Version 1 of Ticket #18576


Ignore:
Timestamp:
Jul 6, 2012, 6:55:56 AM (12 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18576

    • Property Owner changed from nobody to Claude Paroz
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
  • Ticket #18576 – Description

    initial v1  
    22
    33The example code is as follows:
    4 
     4{{{
    55from django.contrib import admin
    66from polls.models import Poll
     
    1818
    1919admin.site.register(Poll, PollAdmin)
    20 
    21 
    22 
     20}}}
    2321
    2422
Back to Top