Update the web interface to use Django 1.3, fixed the remaining problems with custom SQL injection code, resolving problems with the scheduler. Also, tested the latest versions of gwt and gwt incubator, bumping the requirements on the build_externals code, making the web interface to run on the latest stable versions of each foundation component (Django, gwt and gwt-incubator). Lucas Meneghel Rodrigues (6): Update admin site URL dispatcher to Django 1.3 afe/readonly connection: Catch AttributeError exceptions Adding afe custom database engine Change web app to use new DB engine Removing get_from_clause() from custom query class external_packages: Bump version number requirements for web deps frontend/afe/model_logic.py | 15 ------------- frontend/afe/readonly_connection.py | 10 ++++++++- frontend/db/backends/afe/base.py | 22 +++++++++++++++++++ frontend/db/backends/afe/compiler.py | 32 +++++++++++++++++++++++++++++ frontend/db/backends/afe/creation.py | 1 + frontend/db/backends/afe/introspection.py | 1 + frontend/db/backends/afe/validation.py | 1 + frontend/settings.py | 3 +- frontend/urls.py | 2 +- utils/external_packages.py | 12 +++++----- 10 files changed, 75 insertions(+), 24 deletions(-) create mode 100644 frontend/db/__init__.py create mode 100644 frontend/db/backends/__init__.py create mode 100644 frontend/db/backends/afe/__init__.py create mode 100644 frontend/db/backends/afe/base.py create mode 100644 frontend/db/backends/afe/compiler.py create mode 100644 frontend/db/backends/afe/creation.py create mode 100644 frontend/db/backends/afe/introspection.py create mode 100644 frontend/db/backends/afe/validation.py -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html