> I've just upgraded from Django0.90 to Django0.91 my production server
(running a django app on a LAN).

[kicks tires a bit] Yep, thar's yer problem right there. Ya put tha
tires on backwards.

Seriously, you should plan a little better than that! First of all it
is known the 0.x is not backward compatible. Second of all - it doesn't
matter! You should always test before the upgrade. Given how portable
Django is this should be quite easy.

As for the admin changes, I would check the HEAD of the html to make
sure you are using RelatedObjectLookups.js. Given the new-admin
changes, you might need to add the script in your {% block extrahead %}
of the template.

 -rob

Reply via email to