Django 1.6 RC1 language key in session

2013-11-05 Thread Miguel Araujo Pérez
that key, not all of them). Thanks, cheers Miguel Araujo -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegro

Re: Continued work on a django.contrib.formtools.wizard replacement

2011-05-04 Thread Miguel Araujo Pérez
As I said before I'm +1 for this. I have to tests latest code against Django 1.3 to see if it handles browser's back button correctly. But django-formwizard is a great app, far better and more complete than current contrib's wizard. I have to apologize for not collaborating in building the docs fo

Re: contrib 's FormWizard needs a lot of work

2011-01-11 Thread Miguel Araujo
I would like to discuss my pull request comments with you Stephan, I don't consider writing anything before clarifying somethings I comment there. Thanks, regards Miguel Araujo @maraujop 2011/1/6 David Durham > On Thu, Jan 6, 2011 at 4:22 PM, Stephan Jäkel wrote: >

Re: contrib 's FormWizard needs a lot of work

2011-01-02 Thread Miguel Araujo
heers, Miguel Araujo @maraujop 2010/12/31 Stephan Jäkel > Hi, > > I just updated the cbv_refactor branch to use the generic class based views > from Django trunk. I hope everything works as supposed. > > I would appreciate any help on writing documentation - even if its j

Re: contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
I'm sorry, I misspelled Jannis' name by mistake. 2010/12/26 Miguel Araujo > Hi Stephan, > > I'm sorry but I didn't get any answer on Github :) > > In that case, if you already discussed it with Jannie Leidel and Russell > Keith-Magee, then I guess they l

Re: contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
n work on a how-to draft with some basics on how to setup your app and get some basic wizards running. Only thing that disturbs my sleeping is the singleton issue. I would like someone can clarify why the singleton has a per interpreter scope instead of request scope. Kind regards, ---- Miguel A

contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
and work on integrating it, if there is interest in it. I solved the only issue I could find in django-formwizard 's code in my own fork<https://github.com/maraujop/django-formwizard>of the project. Kind Regards, Miguel Araujo @maraujop -- You received this message because you ar

Re: Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
all119/django-extauth/overview Thanks, best regards Miguel Araujo 2010/9/30 Cesar Canassa > Take a look in the django-guardian project > > http://github.com/lukaszb/django-guardian > > Regards, > Cesar > > 2010/9/30 Miguel Araujo > >> Since you are not suggesting

Re: Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
> > Since you are not suggesting something for inclusion in Django itself, > this is not the right mailing list for this kind of post. You don't need > the opinion of the core Django developers for this - the publicly > documented APIs and normal Python/programming practices give you > everything y

Need opinion for an object permission rule backend

2010-09-30 Thread Miguel Araujo
best idea I've come up with). Once it has the right object, it passes it to the backend for permission checks. I know I could do a decorator like @own_article but I'm looking for a more reusable solution, that I would make open source and release at Github. What do you think? Is it feasi