On 1/26/07, Ramdas S <[EMAIL PROTECTED]> wrote:
> I moved my Django SVN version on my PC to 4431 about 20 minutes back.
> Following this all my Django web apps are crashing when I run python
> manage.py runserver.
>
> Any ideas?
>
> I am not able to test anything on my PC. I use Ubuntu 6.06 and Python 2.4.3.
>
> My guess this is a bug

Nope, it's not a bug on Django's end. Looks like you've applied a
patch to your local copy of the file django/newforms/fields.py. When
you updated Django, Subversion wasn't able to merge your local changes
with the changes made to the Django repository.

This is always a risk when you make local changes to your copy of the
Django framework.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to