When is GAE going to support Django 1.0?

2 views
Skip to first unread message

Damien Hou

unread,
Aug 27, 2008, 9:40:09 AM8/27/08
to google-a...@googlegroups.com
I've been using my own copy of django svn version along with my apps. As the final 1.0 release approaching (scheduled for next week!), there has been quite some major changes in the latest versions.

To name one, the use of newforms is deprecated in favor of simply forms, and in the latest beta releases newforms have been removed. I'm using a django 1.0 alpha version with one of my apps and I see django raising errors about GAE code still using the deprecated newforms.

I haven't tried 1.0 beta on GAE yet. But plan to try the 1.0 final code and see if there's any compatibility problems. But the best thing would be that GAE by default supports the 1.0 final release and upgrade from the current outdated 0.96 release

--
Best Regards,
Damien

Sharp-Developer.Net

unread,
Aug 27, 2008, 10:10:12 AM8/27/08
to Google App Engine
I'm trying Django 1.0 Beta 2 and it does not wor with App Engine
Helper r52.

Tryed to fix errors but as python newbie got lost in too many details.

Would be great if we get compatible version of Django release & GAE
helper.
--
Alex,
http://sharp-developer.net/

Matt Brown

unread,
Aug 27, 2008, 10:25:32 AM8/27/08
to google-a...@googlegroups.com
Hi Damien,

Damien Hou wrote:
> To name one, the use of newforms is deprecated in favor of simply forms,
> and in the latest beta releases newforms have been removed. I'm using a
> django 1.0 alpha version with one of my apps and I see django raising
> errors about GAE code still using the deprecated newforms.
>
> I haven't tried 1.0 beta on GAE yet. But plan to try the 1.0 final code
> and see if there's any compatibility problems. But the best thing would
> be that GAE by default supports the 1.0 final release and upgrade from
> the current outdated 0.96 release

You'll need to use the latest SVN head revision of the helper if you are
testing Django 1.0. We are actively watching its release progress and
updating the helper accordingly as fast as possible.

I've just committed (in r58) a patch from issue #78 which fixes the
latest round of bugs introduced from the release of beta 2 so the
current SVN head should work fine with Django 1.0beta2.

There are still some test failures being printed, as the
django.contrib.auth application tests are being run when they are not
valid for the App Engine Helper environment. I attempted to disable
these tests in r51, but the beta2 has re-enabled them somehow. I'll take
another look at getting these disabled correctly later tonight. For now
you can either ignore them (the only affect you if you run manage.py
test) or you can remove django.contrib.auth from your INSTALLED_APPS
list if you are not using it.

Cheers


Matt

Damien Hou

unread,
Aug 27, 2008, 11:22:12 AM8/27/08
to google-a...@googlegroups.com
Thanks, Matt. I'll try the latest helper with the coming 1.0.

I've been using appengine patch for my django projects. Not sure what the patcher guys' plan is, though.
--
Best Regards,
Damien

Waldemar Kornewald

unread,
Aug 28, 2008, 9:03:35 AM8/28/08
to Google App Engine
On Aug 27, 5:22 pm, "Damien Hou" <houyo...@gmail.com> wrote:
> Thanks, Matt. I'll try the latest helper with the coming 1.0.
>
> I've been using appengine patch for my django projects. Not sure what the
> patcher guys' plan is, though.

Our plan is to support 1.0 when it's released (in the repository we're
now compatible with trunk). Also, if no "django" folder is found in
"common" or the project root folder the one from the SDK will be used
instead (preparing for Google to add Django 1.0). Apart from that, you
can see a very minimalistic "roadmap" in the release notes:
http://code.google.com/p/app-engine-patch/wiki/ReleaseNotes

Bye,
Waldemar Kornewald

Damien Hou

unread,
Aug 28, 2008, 9:10:17 AM8/28/08
to google-a...@googlegroups.com
Sounds cool! Keep up the good work and thanks! :)
--
Best Regards,
Damien

Sharp-Developer.Net

unread,
Sep 5, 2008, 4:58:49 PM9/5/08
to Google App Engine
Hey Waldemar,

The Django 1.0 is realeased: http://www.djangoproject.com/weblog/2008/sep/03/1/

Any plan to include the Django 1.0 into GAE image so app developers
could exclude it from our deployment files?

Could we expect the SDK to be update with Django 1.0 included?
--
Alex
http://sharp-developer.net/

On Aug 28, 2:03 pm, Waldemar Kornewald <wkornew...@gmail.com> wrote:
> On Aug 27, 5:22 pm, "Damien Hou" <houyo...@gmail.com> wrote:
>
> > Thanks, Matt. I'll try the latest helper with the coming1.0.
>
> > I've been using appengine patch for mydjangoprojects. Not sure what the
> > patcher guys' plan is, though.
>
> Our plan is to support1.0when it's released (in the repository we're
> now compatible with trunk). Also, if no "django" folder is found in
> "common" or the project root folder the one from the SDK will be used
> instead (preparing for Google to addDjango1.0). Apart from that, you
Message has been deleted

Waldemar Kornewald

unread,
Sep 6, 2008, 4:50:39 AM9/6/08
to Google App Engine
Hey Alex,

On 5 Sep., 22:58, "Sharp-Developer.Net"
<alexander.trakhime...@gmail.com> wrote:
> Hey Waldemar,
>
> The Django 1.0 is realeased:http://www.djangoproject.com/weblog/2008/sep/03/1/

We've already updated appenginepatch. You can even download a sample
project (showing off our generic views support) that comes with Django
1.0 and appenginepatch pre-installed, so you can skip the annoying
install procedure and get started immediately:
http://code.google.com/p/app-engine-patch/

> Any plan to include the Django 1.0 into GAE image so app developers
> could exclude it from our deployment files?
>
> Could we expect the SDK to be update with Django 1.0 included?

Hopefully it'll be in the soon-to-be-released SDK 1.1.3.

Bye,
Waldemar Kornewald

Marcel Overdijk

unread,
Sep 24, 2008, 4:48:44 AM9/24/08
to Google App Engine
Hi,

As GAE 1.1.3 was released is Django 1.0 part of it?

In case not, is there any news on updating the helper to Django 1.0?

On 6 sep, 10:50, Waldemar Kornewald <wkornew...@gmail.com> wrote:
> Hey Alex,
>
> On 5 Sep., 22:58, "Sharp-Developer.Net"
>
> <alexander.trakhime...@gmail.com> wrote:
> > Hey Waldemar,
>
> > TheDjango1.0is realeased:http://www.djangoproject.com/weblog/2008/sep/03/1/
>
> We've already updated appenginepatch. You can even download a sample
> project (showing off our generic views support) that comes withDjango1.0and appenginepatch pre-installed, so you can skip the annoying
> install procedure and get started immediately:http://code.google.com/p/app-engine-patch/
>
> > Any plan to include theDjango1.0into GAE image so app developers

Michael Angerman

unread,
Sep 25, 2008, 10:27:04 AM9/25/08
to google-a...@googlegroups.com
This is the latest update on this topic I believe, so the answer to your question
is its still not there.

http://groups.google.com/group/google-appengine/msg/c3bb71cd63d8d32f

If other people have further information please let us know...

Thanks,
Michael I Angerman
Albuquerque, New Mexico
http://www.zrato.com
Reply all
Reply to author
Forward
0 new messages