docs request: signals documentation warning

2019-09-20 Thread Cesar Canassa
Hello, I would like to propose a small change to the Django signals documentation: https://docs.djangoproject.com/en/2.2/topics/signals/ According to the documentation: > Django includes a “signal dispatcher” which helps allow decoupled applications get notified when actions occur elsewhere in

Re: docs request: signals documentation warning

2019-09-22 Thread Cesar Canassa
PR. > https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/ > . > Small documentation edits don't need a ticket, and you can refer back here. > > Thanks, > > Adam > > On Sat, 21 Sep 2019 at 01:09, Cesar Canassa > wro

Re: Need opinion for an object permission rule backend

2010-09-30 Thread 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 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

#13914 Add natural keys to contrib.auth.User and Group models

2010-10-04 Thread Cesar Canassa
iliar with Django internals so I don't fell very confident in reviewing it myself. I will be more than happy in writing tests or improving the patch if the reviewer find it to be required! Thanks! Cesar Canassa -- You received this message because you are subscribed to the Google Group

Re: #13914 Add natural keys to contrib.auth.User and Group models

2010-10-06 Thread Cesar Canassa
Thanks for the help and reviews! I will work on some tests for it. I will probably need some help with the documentation since English is not my first language :) Cesar Canassa 2010/10/5 Gabriel Hurley > You've got two sets of feedback on the ticket now. Basically the code > is