On Fri, May 27, 2011 at 1:21 AM, Lucas Meneghel Rodrigues <[email protected]> wrote: > 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).
Ok, as nothing in life is so easy, found some other problems creeping in from the conversion, so I'm calling this off until I can figure out the new failures. Will come up with a complete patchset then... :( > 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 > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
