Re: EuroPython Sprints

2009-05-20 Thread Robert Lofthouse
I'm scheduled to give a talk there and if I can definitely make it then I'll be going to the sprints as well. Rob On May 19, 8:40 am, Sergio Oliveira wrote: > Is there someone going to EuroPython (Birmingham - UK)? > I've just saw that Django is in the top of the proposed sprints > list:http:/

Re: interest in extending {% blocktrans %}

2009-05-20 Thread Marc Remolt
Hi all, I've read that kind of answer to feature proposals quite often during the last weeks. Maybe we should create an informal trac-wiki page collecting all those good ideas and explaining why this is currently necessary. That way the devs won't have to search through the old mailings after

Re: Oracle savepoints

2009-05-20 Thread Richard Davies
On May 18, 5:12 pm, Ian Kelly wrote: > Yes, it was reason a).  Transactions aren't automatically invalidated > after an IntegrityError, as far as I was able to determine. Thanks Ian. Ticket #11156 records the current inefficiency on Oracle. Cheers, Richard. --~--~-~--~~~

Re: interest in extending {% blocktrans %}

2009-05-20 Thread Russell Keith-Magee
On Wed, May 20, 2009 at 6:22 PM, Marc Remolt wrote: > > Hi all, > > I've read that kind of answer to feature proposals quite often during > the last weeks. Maybe we should create an informal trac-wiki page > collecting all those good ideas and explaining why this is currently > necessary. That wa

Re: interest in extending {% blocktrans %}

2009-05-20 Thread Marc Remolt
It was just an idea. I'm not the person repeatedly writing the "not now but soon"-mails. You and the other devs have to decide, which way you save the most of your (currently very precious and limited) time. It would really make no sense to create additional documentation structure, that is no

Re: EuroPython Sprints

2009-05-20 Thread Horst Gutmann
Same here. If I can make it to EuroPython I'll try really hard to be there for the sprints. -- Horst On Wed, May 20, 2009 at 11:59 AM, Robert Lofthouse wrote: > > I'm scheduled to give a talk there and if I can definitely make it > then I'll be going to the sprints as well. > > Rob > > On May 1

DjangoAdmin - Permission in custom modules

2009-05-20 Thread Júlio Cesar
Hello Guys! Firstly, sorry for the English errors than came in. English is not my home language. I have a simple problem here: On my custom AdminModules, there's permissions at level-group to view the my admin modules on the home of the admin? Currently, only the superuser(s) can view them, and

Re: DjangoAdmin - Permission in custom modules

2009-05-20 Thread Alex Gaynor
On Wed, May 20, 2009 at 9:40 AM, Júlio Cesar wrote: > > Hello Guys! > Firstly, sorry for the English errors than came in. English is not my > home language. > > I have a simple problem here: On my custom AdminModules, there's > permissions at level-group to view the my admin modules on the home o

Re: Application developed using Django

2009-05-20 Thread M C
Thank you very much for your answer and congratulations to you all for developing such a great project. Kind regards, Marc 2009/5/20 Jacob Kaplan-Moss > > Hi Marc -- > > In general this isn't exactly the right place for these questions -- > some would be better put to django-users since they're

Re: Application developed using Django

2009-05-20 Thread Jacob Kaplan-Moss
Hi Marc -- In general this isn't exactly the right place for these questions -- some would be better put to django-users since they're questions about *using* Django, not developing it, and others would more appropriately be directed to the DSF (http://www.djangoproject.com/foundation/). However

Re: Application developed using Django

2009-05-20 Thread M C
> > > Hello, > > > I've developed an application using django, mysql and graphviz (please find > the list of functionalities below). > > I plan to release the code and the documentation and this brings me to ask > you the following : > * - what license type (if any) you recommend ? * >I inten

Re: DjangoAdmin - Permission in custom modules

2009-05-20 Thread Carlos viol
Hello all! I work with Julio Cesar, and I comes to transpose this question more transparently. The question is about apps that shows when we as super users, and not appear with all others users... I put all permissions of a app (add, change and delete), registered in the admin with a ModelAdmin,

Belated Update - GSOC [ Testing ]

2009-05-20 Thread Kevin Kubasik
A belated update (e-mail trouble): Nothing too exciting this last week, got feedback on my sample patch and updated accordingly. I'm pretty bad on PEP8 compliance, so we found some good resources on that, and have been working on making sure I write PEP8-safe code. Otherwise, a slow last week. Aga