Re: Trac and getting started contributing (was: 1.7 Release Schedule)

2013-12-10 Thread Christian Schmitt
I can't change my last post so... https://code.djangoproject.com/ticket/2284#no1 this ticket looks resolved. Take a look at : https://github.com/django/django/blob/master/django/core/management/sql.py#L153 Am Dienstag, 10. Dezember 2013 20:34:54 UTC+1 schrieb Christian Schmitt: > > > > Am Mont

Re: Improve annotation and aggregation

2013-12-10 Thread Andre Terra
Hey, Sagar, I just wanted to say thank you in advance for tackling Annotation/Aggregation. IIRC, Anssi Kääriäinen was working on a large ORM refactor which put his improvements to aggregation on hold. It would be worth checking out if he has moved forward, and I'm sure he will have more than a few

Change Cache Middleware Via Setting?

2013-12-10 Thread Michael Orr
So I'm writing a library that allows users to interact with memcache in more interesting ways. In order to utilize this library, extra kwargs were added to `get()` and `set()` that are expected to exist when interacting with the cache. In order to get django to use and understand this additiona

Re: Trac and getting started contributing (was: 1.7 Release Schedule)

2013-12-10 Thread Christian Schmitt
Am Montag, 9. Dezember 2013 23:37:15 UTC+1 schrieb Carl Meyer: > > > So I would focus more on finding an issue that interests you technically > or solves a problem you are facing (which will give you motivation to > work on it). The metadata needed for this query (component, mostly) does > ten

Re: Django admin, 'Save as new' option, duplicate m2m relations

2013-12-10 Thread Daniele Procida
On Tue, Dec 10, 2013, Gheorghe Chirica wrote: >I have a simple model which have few m2m relations. > >Now, I enabled option in admin panel to duplicate model so, "Save as new" >option. > >It saves my model as a new one, no problem with that. > >But I want to duplicate m2m relations I have for o

Re: Django admin, 'Save as new' option, duplicate m2m relations

2013-12-10 Thread Tim Graham
Hi, django-developers is for discussing the development of Django itself, not for answering user queries. If you have a "how do I" question, please direct it to django-users. Thanks! On Tuesday, December 10, 2013 3:57:23 AM UTC-5, Gheorghe Chirica wrote: > > Hi. > > I have a simple model which h

Django admin, 'Save as new' option, duplicate m2m relations

2013-12-10 Thread Gheorghe Chirica
Hi. I have a simple model which have few m2m relations. Now, I enabled option in admin panel to duplicate model so, "Save as new" option. It saves my model as a new one, no problem with that. But I want to duplicate m2m relations I have for original model, so new model will have new m2m rela

Re: Enable longer wait in StoppableWSGIServer.shutdown / hardcoded parameter

2013-12-10 Thread James Pic
Russ I think it would work if the timeout was just increased. On Tue, Dec 10, 2013 at 12:36 AM, Shai Berger wrote: > > This would be a new feature, and I think it is a little late for one of those > for 1.6. In 1.7, the whole StoppableWSGIServer class is gone -- with Python > 2.7 and above, the s

Re: Improve annotation and aggregation

2013-12-10 Thread Sagar Ghuge
Thanks for Guidelines...I am aware about the GSoC 2014 timeline. That's why I am starting my work upon this as early as I can do. As you mentioned , I will try to tackle tickets and once I am familiar with the Django I will propose the project. :) On Tuesday, December 10, 2013 4:47:17 AM UTC+5