Re: Error while importing URLconf 'permitprint.urls': day is out of range for month

2012-02-29 Thread furby
Caught it. Haha. What a funny bug. From models.py: 196 d = dt.datetime.today() 197 expires = d.replace(year=d.year+1) There is no Feb. 29th, 2013. So this breaks. Thx for the help! On Feb 29, 9:50 am, Tom Evans wrote: > On Wed, Feb 29, 2012 at 3:33 PM, furby wrote: > > The gu

Re: Error while importing URLconf 'permitprint.urls': day is out of range for month

2012-02-29 Thread furby
27;,'model_name':'ParkingPermit'}), 25 (r'^admin/app/userprofile/$', 'permitprint.app.admin.views.main.change_list', {'app_label':'app','model_name':'UserProfile'}), 26 (r'^admin/app/orderpermits/$', '

Error while importing URLconf 'permitprint.urls': day is out of range for month

2012-02-29 Thread furby
A site I built several years ago is breaking randomly today due to the extra leap year day. Any help on this would be appreciated. I can't track it down. Traceback (most recent call last): File "/home/nolenjb/django/django_src/django/core/handlers/base.py" in get_response 68. callback, callbac

Re: newforms-admin: root() takes exactly 3 arguments (2 given)

2008-07-08 Thread furby
hmm...seems obvious now that you mention it =). Thanks for the help guys. On Jul 7, 9:25 pm, Juanjo Conti <[EMAIL PROTECTED]> wrote: > furby escribió: > [...] > > > admin.site.root() takes3arguments: self, request, url. There is no > > way to specifyargumentsin url

newforms-admin: root() takes exactly 3 arguments (2 given)

2008-07-07 Thread furby
has anyone else seen this? * TypeError at /admin/ root() takes exactly 3 arguments (2 given) Request Method: GET Request URL:http://www.wizcal.com/admin/ Exception Type: TypeError Exception Value:root() takes exactly 3 arguments (2 given) * here's my urls.py: * 1 f