Django 1.1 release candidate now available

2009-07-21 Thread James Bennett
Hi folks! Tonight we've pushed out the Django 1.1 release candidate, which is hopefully the last stepping-stone to the final 1.1 release. If you'd like to try it out, here's where you'll want to look: * Download instructions: http://www.djangoproject.com/download/ * Release notes: http://docs.dja

Re: OneToManyField?

2009-07-21 Thread Russell Keith-Magee
On Tue, Jul 21, 2009 at 10:12 PM, Jonas Obrist wrote: > > In the documentation I see that there are Many-To-One Fields, > Many-To-Many Fields and One-To-One Fields. What about a One-To-Many > Field? You might now say that this is completely pointless since a > Many-To-One Field reversed is basical

Re: request.session.reload()

2009-07-21 Thread Russell Keith-Magee
On Tue, Jul 21, 2009 at 10:23 PM, Zachary Voase wrote: > > Hi Developers, >    I know this feature request might be a little late in the > development process, so I’m sorry about that. The idea is to add a > reload() method to SessionBase, so that the session data can be > reloaded from it’s stora

request.session.reload()

2009-07-21 Thread Zachary Voase
Hi Developers, I know this feature request might be a little late in the development process, so I’m sorry about that. The idea is to add a reload() method to SessionBase, so that the session data can be reloaded from it’s storage backend at any point during the view processing. The motivation

OneToManyField?

2009-07-21 Thread Jonas Obrist
In the documentation I see that there are Many-To-One Fields, Many-To-Many Fields and One-To-One Fields. What about a One-To-Many Field? You might now say that this is completely pointless since a Many-To-One Field reversed is basically what I want. But I'd say that in some cases it makes more

Re: Django 1.1

2009-07-21 Thread Russell Keith-Magee
On Tue, Jul 21, 2009 at 5:02 PM, Michael Kerrin wrote: > Hi All, > > I am working on a project that is currently running Django 1.1Beta from > March 23rd. > I am enquiring about the road map for the Django 1.1 release as I have not > seen much talk on the mailing list (I don't pay much attention t

Re: Django 1.1

2009-07-21 Thread Dougal Matthews
As I understand it; All of the 'real' tickets are fixed. http://twitter.com/freakboy3742/status/2671770783 People are adding new tickets and assigning them to 1.1, because they can, but these are generally being rejected or move to 1.2 I think. I'm not sure when we will see 1.1 out the door but I

Django 1.1

2009-07-21 Thread Michael Kerrin
Hi All, I am working on a project that is currently running Django 1.1Beta from March 23rd. I am enquiring about the road map for the Django 1.1 release as I have not seen much talk on the mailing list (I don't pay much attention to my IRC client so apologies if I miss discussions there). The la