From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH 1/6] Update admin site URL dispatcher to Django 1.3 Date: Fri, 27 May 2011 14:33:23 -0300 Message-ID: <1306517606.2203.2.camel@justice> References: <1306470094-16960-1-git-send-email-lmr@redhat.com> <1306470094-16960-2-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: vyanktesh yadav Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org On Fri, 2011-05-27 at 10:53 -0400, vyanktesh yadav wrote: > Hi , > > [Please see screen shot too..] > > I am facing Template syntax error while trying to do add hosts in > admin > interface. Yeah, some of the custom template logic present on the application is being slashed by the internal changes of the admin module. And I thought 1.3 was supposed to be mostly compatible API wise with 1.1. What a mistake... I've fixed this problem on my local git repo, but there are other things that came up to address. I will work more on the port and publish another patchset, after proper testing is made. Thanks for trying and sorry for the hassle, Lucas > Facing this error with the latest autotest.git and latest Django's > syncdb. > > TemplateSyntaxError at /afe/server/admin/afe/host/add/ > Caught an exception while rendering: > > In > template > /usr/localtest/autotest/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html, > error at line 12 > > also In > > TemplateSyntaxError at /afe/server/admin/afe/aclgroup/add/ > Caught an exception while rendering: > > > > Please let me know any patch is available for this issue? > > Thanks & Regards, > Vyanktesh Yadav >