Changes between Initial Version and Version 1 of Ticket #8477


Ignore:
Timestamp:
Aug 21, 2008, 3:27:49 PM (16 years ago)
Author:
Julian Bez
Comment:

Made description readable.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8477 – Description

    initial v1  
    22
    33--------------------------------------
    4 
     4{{{
    55from django.db import models
    66import datetime
     
    6262
    6363admin.site.register(Poll, PollAdmin)
    64 
     64}}}
    6565----------------------------------
    6666
     
    6868
    6969----------------------------------
    70 
     70{{{
    7171Traceback (most recent call last):
    7272  File "C:\NTTSites\django\bin\django-admin.py", line 5, in <module>
     
    110110django.core.exceptions.ImproperlyConfigured: `PollAdmin.fieldsets[1][1]['fields'
    111111]` refers to field `ref` that is missing from the form.
    112 
     112}}}
    113113---------------------------------------
    114114
Back to Top