Almad
unread,May 20, 2009, 5:55:19 AM5/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django: sane testing
Hi,
Yesterday I released new bugfix of 0.5 branch. All users are
encouraged to upgrade as it contains two fixes:
* proper creation of default SELENIUM_URL_ROOT (hopefully and
finally)
* ContentType cache is cleared after every test
(Later is fixing the annoyance of order-of-post_save-signals-could-not-
be-specified Django "bug", where django.contrib.auth could create auth
references to not-yet-existing content types, which leads to an error
when working with databases that do not support forward references
inside transaction, i.e. MySQL's InnoDb)
Please let me know if something else is broken ;)
Almad