Fix a couple of problems on current Django code that make the web interface to deploy and work fine under Django 1.3. All the changes are backwards compatible with Django 1.1, so no need to change the Django definition on build_externals for now. (Although I plan on making that change too on a posterior patch).
This will make things easier for people packaging autotest on newer distros, such as Fedora. Lucas Meneghel Rodrigues (2): Update admin site URL dispatcher to Django 1.3 afe/readonly connection: Catch AttributeError exceptions frontend/afe/readonly_connection.py | 10 +++++++++- frontend/urls.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) -- 1.7.5.1 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
