Re: Proposal: Django Admin Site and "pretty" app name

2012-12-10 Thread ptone
Just to add a quick update here. Not much has happened on the branch since Djangocon - but we had some valuable discussions. I'm hoping to get some time over the holidays to get this back up to a more current form. Russ and Karen gave some great feedback, and there is some straightforward but

[ANNOUNCE] Security releases (Django 1.3.5, Django 1.4.3, Django 1.5 beta 2)

2012-12-10 Thread James Bennett
Django 1.3.5, Django 1.4.3 and Django 1.5 beta 2 have just been issued in response to security issues. Details are available here: https://www.djangoproject.com/weblog/2012/dec/10/security/ -- You received this message because you are subscribed to the Google Groups "Django developers" group.

#19076 - TemplateView does not support setting mime type

2012-12-10 Thread Gavin Wahl
I know this is last minute, but is there any chance of getting this change in 1.5? It's a simple change, and is necessary now that direct_to_template is gone. https://code.djangoproject.com/ticket/19076 -- You received this message because you are subscribed to the Google Groups "Django devel

Re: #19076 - TemplateView does not support setting mime type

2012-12-10 Thread Russell Keith-Magee
Hi Gavin, Unfortunately, the deadline for new features in Django 1.5 has passed; once we release a beta, we only accept bug fixes. Yours, Russ Magee %-) On Tue, Dec 11, 2012 at 7:54 AM, Gavin Wahl wrote: > I know this is last minute, but is there any chance of getting this change > in 1.5? It'

Possible bug with GenericRelations and values_list

2012-12-10 Thread Skylar Saveland
Hi, I posted this in the django-users group but I think it may merit posting here, as well. I have a test case which I think should pass. https://github.com/skyl/django/commit/556df1c46146c2fc9c4022d838fa23f652f0ea8d Is this a bug? If so, is it a bug that is not in the tracker? Thanks, Skylar

Re: #19076 - TemplateView does not support setting mime type

2012-12-10 Thread Andre Terra
Correct me if I'm wrong, but that ticket is marked as a bug. Cheers, AT On Mon, Dec 10, 2012 at 10:06 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > Hi Gavin, > > Unfortunately, the deadline for new features in Django 1.5 has passed; > once we release a beta, we only accept bug fix

Re: Possible bug with GenericRelations and values_list

2012-12-10 Thread Karen Tracey
On Mon, Dec 10, 2012 at 8:58 PM, Skylar Saveland wrote: > > I posted this in the django-users group but I think it may merit posting > here, as well. I have a test case which I think should pass. > > > https://github.com/skyl/django/commit/556df1c46146c2fc9c4022d838fa23f652f0ea8d > > Is this a bug

[ANNOUNCE] Security releases (Django 1.3.5, Django 1.4.3, Django 1.5 beta 2)

2012-12-10 Thread Yo-Yo Ma
There aren't yet Git tags for the releases. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/ipPpizg3flcJ. To post to this group, send email to dj

Re: [ANNOUNCE] Security releases (Django 1.3.5, Django 1.4.3, Django 1.5 beta 2)

2012-12-10 Thread Jacob Kaplan-Moss
Yeah, we know -- we usually wait a bit (24 hours, give or take) before we tag them. Thanks for the spot. Jacob On Mon, Dec 10, 2012 at 11:09 PM, Yo-Yo Ma wrote: > There aren't yet Git tags for the releases. > > -- > You received this message because you are subscribed to the Google Groups > "D