Changes between Version 29 and Version 30 of NewformsAdminBranch


Ignore:
Timestamp:
Sep 16, 2007, 4:33:33 AM (17 years ago)
Author:
Matthew Flanagan <mattimustang@…>
Comment:

added missing comma from tuple

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v29 v30  
    264264class MyModel_Options(admin.ModelAdmin):
    265265    model = MyModel
    266     raw_id_fields = ('field1')
    267 }}}
    268 
     266    raw_id_fields = ('field1',)
     267}}}
     268
Back to Top