Re: Testing django 1.5 with firebirdsql

2012-09-13 Thread Ramiro Morales
Hi Maxi, On Thu, Sep 13, 2012 at 8:20 PM, maxi wrote: > Hi, > > I'm testing Django 1.5 (branch:master) from trunk against FirebirdSQL 2.5 on > Ubuntu 11.04 with Python 2.7 > I'm working right now on a new django-firebird [1] backend which do use the > new python firebird driver (fdb) [2]. > > The

Testing django 1.5 with firebirdsql

2012-09-13 Thread maxi
Hi, I'm testing Django 1.5 (branch:master) from trunk against FirebirdSQL 2.5 on Ubuntu 11.04 with Python 2.7 I'm working right now on a new django-firebird [1] backend which do use the new python firebird driver (fdb) [2]. Then, I'm running the django test suite and I get an error when it try

Status of ticket #14087 - management commands in namespace packages

2012-09-13 Thread Aaron Merriam
I'm curious if someone can shed some light on ticket #14087 (https://code.djangoproject.com/ticket/14087) It appears there is a pull request open on github to fix this issue (https://github.com/django/django/pull/178) This recently became a problem when we separated out a few apps into individ

list your group on djangonauts.org

2012-09-13 Thread Brian Moloney
As a followup to my lightning talk at DjangoCon, we've recently launched djangonauts.org a free listing of all Django-specific groups worldwide. If your group has a website, we'll link to it. If it doesn't, we will create a page that you can manage directly (the site is powered by DjangoCMS).

Re: Improve tutorial to use class based views

2012-09-13 Thread Tom Christie
Hi Jonas, The tutorial *does* cover class based generic views, but only towards the end: https://docs.djangoproject.com/en/dev/intro/tutorial04/#use-generic-views-less-code-is-better Starting with function based views, and then moving on to class based views by the end feels like the right app

Re: Is there any plan to improve the performance of "render"?

2012-09-13 Thread 富弘刘
No, I have several 3rd party apps in my website and I haven't confirmed they are "thread safe". I'll check this later. Thanks:D On Wednesday, September 12, 2012 9:00:45 PM UTC-4, Karen Tracey wrote: > > On Wed, Sep 12, 2012 at 12:56 PM, 富弘刘 >wrote: > >> I use django-debug-toolbar to analyze my

Re: Is there any plan to improve the performance of "render"?

2012-09-13 Thread 富弘刘
Thanks for your reply. --Fuhong On Wednesday, September 12, 2012 4:35:37 PM UTC-4, Aymeric Augustin wrote: > > Le 12 sept. 2012 à 18:56, 富弘刘 > a écrit : > > I use django-debug-toolbar to analyze my website and noticed a lot of time > is consumed by template render. In my each page, I have about 1

Re: Django 1.5 release plans

2012-09-13 Thread Donald Stufft
On Wednesday, September 12, 2012 at 11:58 PM, timest wrote: > Can django support mongodb in version 1.5 ? If by supports you mean via the ORM, that's highly unlikely. Other then that there's nothing stopping you from using MongoDB within Django in any version of Django. -- You received this mes

Improve tutorial to use class based views

2012-09-13 Thread jonas
Hello, Like I, probably most people start with djagno by following the tutorial on the djangoproject.com website. This tutorial makes only use of function based views. But today we have this wonderful things called class based views. Is this really the best way to introduce newcomers to django

Re: Django 1.5 release plans

2012-09-13 Thread timest
Can django support mongodb in version 1.5 ? , Jacob Kaplan-Moss wrote: Hi folks -- I wanted to fill everyone in on our plans for the Django 1.5 release. The highlights are: * Feature freeze October 1st, final out before Christmas. * One marquee feature of Django 1.5 is experimental Python 3 s

Re: #16774 Backtracking URL resolver

2012-09-13 Thread meric
Thank you charettes looking at my code and giving comments: https://github.com/meric/django/commit/2ef7d14040a261fe284a8b72490712d4019a5766#commitcomment-1847063 I have followed the comments and cleaned up the code: https://github.com/meric/django/commit/e118337293a480dfff08b9861c7045ac9fc893d5