Re: Value Error after update to latest Django

2008-06-14 Thread Steve Potter
> > Searching here: > > http://code.djangoproject.com/search > > for date_heirarchy brings up an open ticket: > > http://code.djangoproject.com/ticket/7199 > > So looks like someone else has hit this and reported it already. The report > includes some analysis of where the error is occurring but

Re: Value Error after update to latest Django

2008-06-14 Thread Karen Tracey
On Sat, Jun 14, 2008 at 4:50 PM, Steve Potter <[EMAIL PROTECTED]> wrote: > On Jun 13, 7:47 pm, Steve Potter <[EMAIL PROTECTED]> wrote: > > I just updated the the latest version of Django and I started getting > > the following error in the admin interface: > > > > Caught an exception while render

Re: Value Error after update to latest Django

2008-06-14 Thread Steve Potter
On Jun 13, 7:47 pm, Steve Potter <[EMAIL PROTECTED]> wrote: > I just updated the the latest version of Django and I started getting > the following error in the admin interface: > > Caught an exception while rendering: invalid literal for int() with > base 10: 'None' > > It seems to be the resu