Great stuff, a big thank you.

One proposition to add to views.py just below the variable declaration
block:

for (k,v) in EXTENSIONS.items():
    for e in v[:]:
        v.append(e.upper())

which makes extension lookup work for uppercase as well.

And one glitch that occurs on winXP/IE6:
An extra debug upload button appears. On firefox, <!--> xxx <-->
correctly comments out the xxx, in internet explorer, [upload] <-->
[upload] gets displayed.

Best, Niels


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

Reply via email to