Hi all, I'm trying to get my head around why the admin template breaks. I have a properly setup datefield in a product model. When I want to see a product list via the admin gui with the datefield name as part of the list_display declaration like so:
class ProductAdmin(admin.ModelAdmin): list_display = ('name', 'description', 'periodical', 'period_start_date', ) I get this trace: http://paste.pocoo.org/show/86579/ This is the model in question: http://paste.pocoo.org/show/86580/ nb: It also breaks when I set the date via the admin interface. Thanx for any tips. Regards, Gerard. -- urls = { 'fun': 'www.zonderbroodje.nl', 'tech': 'www.gp-net.nl' } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---