Re: Importing old projects into a fresh django installation

2009-01-13 Thread Patrick Taylor
Just tossing this out, but it might be worth checking to see what manage.py or django-admin.py reports as the version of Django installed: http://docs.djangoproject.com/en/dev/ref/django-admin/#determining-the-version At least then you'll be certain whether it's 0.96, 0.97svn or 1.0. On Jan 1

Re: Insane Frustration with IE and Image uploading

2008-04-30 Thread Patrick Taylor
On Apr 29, 9:03 pm, Roboto <[EMAIL PROTECTED]> wrote: > My code to validate picture data posted below. > My quick commentary on it is that it works 100% for fire fox, safari. > But images won't validate with IE.  I thought this might have to do > with the accept-chartype.  But I was dead wrong. >