blog on Django

2010-10-10 Thread Laurent Luce
the email on the community page and I didn't see my blog being added yet. I know how busy the core developers are so I completely understand and this is why I am asking here. If this is something I can do myself, let me know how to. Regards, Laurent Luce -- You received this message becaus

Re: password is None in check_password

2010-10-08 Thread Laurent Luce
; after: - create_user() with password None -> password set to '!' unusable - set_password() with None -> password set to '!' unusable - has_usable_password() returning False for password equal to '!' or None Laurent On Oct 8, 4:47 pm, Laurent Luce wrote: > Thank

Re: password is None in check_password

2010-10-08 Thread Laurent Luce
put msg to stdout in createsuperuser command + update unit tests Let me know if the patch still needs improvement. Laurent Luce On Oct 7, 11:17 pm, Russell Keith-Magee wrote: > On Fri, Oct 8, 2010 at 11:28 AM, Laurent Luce wrote: > > I noticed that create_user() is currently setting p

Re: password is None in check_password

2010-10-07 Thread Laurent Luce
d_usable() and the UNUSABLE_PASSWORD constant. So I'm > interested in API that this functions (and thus User's methods) should > provide. > > On 7 October 2010 23:13, Laurent Luce wrote:> Hello, > > > Regarding the issue about password is None in check_password (http:// > >

password is None in check_password

2010-10-07 Thread Laurent Luce
Hello, Regarding the issue about password is None in check_password (http:// code.djangoproject.com/ticket/14354). I attached a patch with the following changes: - in set_password(), check for raw_password and if None or empty, call set_unusable_password(), otherwise same as before - in has_usab

Re: Site app should be able to make absolute URLs #10944

2010-10-06 Thread Laurent Luce
gt;     - Gabriel > > On Oct 4, 2:12 pm, Laurent Luce wrote: > > > Hello, > > > I added a patch to this ticket http://code.djangoproject.com/ > > ticket/10944">#10944 > > > - add method get_url to Site model to return an absolute url based on > > a

update man django-admin.1 to include missing commands

2010-10-05 Thread Laurent Luce
Hello, I added a patch to this ticket: http://code.djangoproject.com/ticket/14391 This is to make django-admin.1 in sync with django-admin.py Laurent Luce -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group,

Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Laurent Luce
I added a patch for this ticket. http://code.djangoproject.com/ticket/14268 I created a new ticket to update django-admin.1 before 1.3: http://code.djangoproject.com/ticket/14391 I will work on it next. Laurent Luce On Oct 4, 7:37 pm, Russell Keith-Magee wrote: > On Tue, Oct 5, 2010 at 10

Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Laurent Luce
at 2:55 AM, Laurent Luce wrote: > > Hello, > > > I am looking at ticket #14268 on reset and sqlreset management > > commands should raise PendingDeprecationWarning for 1.3. > > > I added some code to django/core/management/commands/reset.py and > > dja

Site app should be able to make absolute URLs #10944

2010-10-04 Thread Laurent Luce
ag names. Better naming is welcome. Can someone review the patch? I will work on the documentation changes when I get more feedback. Laurent Luce -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Laurent Luce
n explanation on why deprecation is pending. Finally, do I need to update the following files with the warning information. docs/ref/django-admin.txt docs/man/django-admin.1 Laurent Luce -- You received this message because you are subscribed to the Google Groups "Django developers" grou

Re: Contributing more

2010-10-04 Thread Laurent Luce
Thank you all for the great insights. On Oct 3, 8:07 pm, Russell Keith-Magee wrote: > On Mon, Oct 4, 2010 at 10:11 AM, Laurent Luce wrote: > > Hello, > > > I added the localflavor for Belgium as my first contribution. I would > > like to contribute more code wise. I lo

Contributing more

2010-10-03 Thread Laurent Luce
Hello, I added the localflavor for Belgium as my first contribution. I would like to contribute more code wise. I looked at the tickets with milestone 1.3 and with no patch. It is hard to know what is critical and where help is the most needed. Can someone tell me what tickets require immediate h

Re: be localflavor Belgium

2010-10-03 Thread Laurent Luce
Am I supposed to commit the patch? I don't think I have the privileges to do that. Laurent On Sep 30, 5:35 pm, Russell Keith-Magee wrote: > On Fri, Oct 1, 2010 at 6:15 AM, Laurent Luce wrote: > > I updated the be localflavor patch to use unit tests instead of > > doctests a

Re: be localflavor Belgium

2010-09-30 Thread Laurent Luce
. On Sep 29, 1:09 pm, Laurent Luce wrote: > I added a new patch to the ticket with the following changes: > add support for 0, 04 phone number format. Wrap long > lines. > > Laurent > > On Sep 29, 11:23 am, Gert Van Gool wrote: > > > IMHO I would allow a

Re: be localflavor Belgium

2010-09-29 Thread Laurent Luce
o work. > Second thing, wrap the long lines :) > > Relevant ticket is #14349 (http://code.djangoproject.com/ticket/14349) > > -- Gert > > Mobile: +32 498725202 > Twitter: @gvangool <http://twitter.com/gvangool> > Web:http://gert.selentic.net > > On Wed, Sep 29,

be localflavor Belgium

2010-09-29 Thread Laurent Luce
Hello, I created a patch to add support for Belgium to localflavor. I attached the patch to a ticket which is marked as accepted. The patch contains the forms fields, unit tests and the doc changes. What do I need to do next ? Wait for someone to review the patch and commit it ? Laurent -- You