Changes between Version 8 and Version 9 of AJAXForeignKey


Ignore:
Timestamp:
May 20, 2007, 7:33:14 PM (18 years ago)
Author:
Michael Axiak <axiak@…>
Comment:

Fixed the example

Legend:

Unmodified
Added
Removed
Modified
  • AJAXForeignKey

    v8 v9  
    8686    pub_date = models.DateTimeField('date published')
    8787
     88    # set the manager
     89    objects = PollManager()
     90
    8891    # this is how it displays in the autocompletion...should be related to
    8992    # how the person filters above
Back to Top