RFC: Django 1.1 Schedule

2008-09-15 Thread Jacob Kaplan-Moss
Hi folks -- I've just posted (http://groups.google.com/group/django-developers/msg/5392fc2481fd703c) an RFC on Django's release process. The following is a proposed 1.1 release schedule using the above process. Obviously if the process changes the 1.1 release will change, but let's assume for th

Re: implementing app specific default settings

2008-09-15 Thread Erik Allik
I find that each app having it's own settings makes the app more portable and opens up new possibilities, for example loading apps at runtime which should be theoretically possible but I guess it's hard to achieve and this point in time. Erik On 15.09.2008, at 12:31, Thomas Guettler wrote:

Re: Recursive inlines in admin?

2008-09-15 Thread [EMAIL PROTECTED]
On Sep 11, 2:27 am, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 4, 2008 at 4:08 PM, Jeff Forcier <[EMAIL PROTECTED]> wrote: > > Second: if not possible, is it desirable? I recognize that with any > > nontrivial hierarchy/number of extra objects per inline, the visual > > represent