Re: DjangoCon.eu is on right now

2010-05-24 Thread Graham Dumpleton
On May 24, 7:37 pm, Russell Keith-Magee wrote: > Hi all, > > This is a reminder to everyone that DjangoCon.eu is on during this > week. Jacob, Jannis, myself, and several other prominent django-dev > contributors are in Berlin, and as a result, we may not be able to pay > as much attention to dj

Re: ANN: Django 1.2.1 released

2010-05-24 Thread Karen Tracey
On Mon, May 24, 2010 at 3:39 PM, Raffaele Salmaso < raffaele.salm...@gmail.com> wrote: > > but when the releases/1.2.X branch will be created? When it's needed. That is, when we get to the point of wanting to check in features for 1.3 that should not go into the next 1.2.X release. Until we get

Re: ANN: Django 1.2.1 released

2010-05-24 Thread Raffaele Salmaso
James Bennett wrote: > announce Django 1.2.1 thanks! but when the releases/1.2.X branch will be created? -- ()_() | That said, I didn't actually _test_ my patch. | + (o.o) | That's what users are for! | +---+ 'm m' | (Linus Torva

Re: DjangoCon.eu is on right now

2010-05-24 Thread Vinay Sajip
On May 24, 10:37 am, Russell Keith-Magee wrote: > > We will be sprinting at the conference on Thursday and Friday. If you > have a detailed proposal that would benefit from some round-table > discussion while several core developers are in the same room, please > post your proposal and we'll try t

Django Related-Object Links in Admin

2010-05-24 Thread Simon Meers
I've uploaded some screenshots [1] of the new patch for #13163 [2] and #13165 [3] in action, to allow people to see the affect without necessarily applying the changes. These enhancements have *vastly* improved the navigability of the admin interface between related objects. Please have a look an

Re: ANN: Django 1.2.1 released

2010-05-24 Thread Dhruv Adhia
Awesome! Congrats guys! Dhruv Vinodrai Adhia http://www.thirdimension.com On Mon, May 24, 2010 at 12:33 PM, James Bennett wrote: > Following up on last week's Django 1.2 release, today we'd like to > announce Django 1.2.1, the first bugfix release in the 1.2 series: > > * Announcement blog pos

ANN: Django 1.2.1 released

2010-05-24 Thread James Bennett
Following up on last week's Django 1.2 release, today we'd like to announce Django 1.2.1, the first bugfix release in the 1.2 series: * Announcement blog post: http://www.djangoproject.com/weblog/2010/may/24/121/ * Download: http://www.djangoproject.com/download/ * Checksums: http://media.djangopr

Re: Re: Default ordering on User model

2010-05-24 Thread Gary Reynolds
You could always use a proxy model instead of monkey patching. class MyUser(User): class Meta: proxy = True ordering = ('first_name', 'last_name') def __unicode__(self): return self.get_full_name() Then in any models you define a FK to User, just FK to MyUser instead. On Fri, May

DjangoCon.eu is on right now

2010-05-24 Thread Russell Keith-Magee
Hi all, This is a reminder to everyone that DjangoCon.eu is on during this week. Jacob, Jannis, myself, and several other prominent django-dev contributors are in Berlin, and as a result, we may not be able to pay as much attention to django-dev as would would normally. So - if you post a Grand P

Introducing a CACHE_MIDDLEWARE_KEY_PREFIX-like setting for all cacheing operations (#12831)

2010-05-24 Thread Julien Phalip
Hi, Several people have expressed interest in ticket #12831, which has also been marked as DDN. So I thought the next step would be to bring it up on this list - let me know if that's not the right thing to do. Basically, I think that it would make sense and that it would be very useful if a new