Re: Broken .dates() method?

2010-11-26 Thread Alex Gaynor
On Fri, Nov 26, 2010 at 8:26 PM, Russell Keith-Magee wrote: > On Sat, Nov 27, 2010 at 9:23 AM, Russell Keith-Magee > wrote: >> On Sat, Nov 27, 2010 at 1:04 AM, Valentin Golev wrote: >>> Hello >>> >>> One of my projects which is running on trunk version of Django (not in >>> production, of course

Re: Strong security measures for the Auth Framework

2010-11-26 Thread Serge Spaolonzi (Cobalys.com)
> the best place to put feature requests and code is the official Django > tracker:http://code.djangoproject.com/simpleticket; Otherwise, > there's lot of chance that your request will get lost in the infinite > abyss of everyone's mail boxes. It's also more convenient to put code > there and revie

Re: Ticket #12248 (moving django.template.__init__ contents to django.template.base)

2010-11-26 Thread Russell Keith-Magee
On Sat, Nov 27, 2010 at 3:59 AM, Tom X. Tobin wrote: > On Fri, Nov 26, 2010 at 9:44 AM, Russell Keith-Magee > wrote: >> I just took a look at your patch. For the most part, it seems fairly >> straightforward -- but I was stumped by the extremely small subset of >> symbols you've put in __all__. >

Re: Strong security measures for the Auth Framework

2010-11-26 Thread Russell Keith-Magee
On Sat, Nov 27, 2010 at 1:57 AM, Serge Spaolonzi (Cobalys.com) wrote: > Hi, > I have been working with Django for two years, in order to fit my > systems requirements i have changes some parts of the Django code, One > of them the Authorization Framework i have added the next features: > > -Passwo

Re: Strong security measures for the Auth Framework

2010-11-26 Thread Łukasz Rekucki
On 26 November 2010 18:57, Serge Spaolonzi (Cobalys.com) wrote: > Hi, > I have been working with Django for two years, in order to fit my > systems requirements i have changes some parts of the Django code, One > of them the Authorization Framework i have added the next features: > > -Password Str

Re: logging

2010-11-26 Thread Russell Keith-Magee
On Sat, Nov 27, 2010 at 8:28 AM, Luca Sbardella wrote: > Guys, > Just starting using 1.3 and I have a tiny problem with logging. Too > much of it! > I'm running with DEBUG, but I don't want to see database queries. > Quick way to mute that (not DEBUG+1 please)? > > Thanks > > > What is the django

Re: Broken .dates() method?

2010-11-26 Thread Russell Keith-Magee
On Sat, Nov 27, 2010 at 9:23 AM, Russell Keith-Magee wrote: > On Sat, Nov 27, 2010 at 1:04 AM, Valentin Golev wrote: >> Hello >> >> One of my projects which is running on trunk version of Django (not in >> production, of course) have been broken with recent updates. >> >> DatabaseError at /news/

Re: Broken .dates() method?

2010-11-26 Thread Russell Keith-Magee
On Sat, Nov 27, 2010 at 1:04 AM, Valentin Golev wrote: > Hello > > One of my projects which is running on trunk version of Django (not in > production, of course) have been broken with recent updates. > > DatabaseError at /news/ : near "FROM": syntax error > > Django Version: 1.3 alpha 1 SVN-14719

Re: Strong security measures for the Auth Framework

2010-11-26 Thread Thomas Schreiber
Also see this comment: http://code.google.com/p/django-registration/issues/detail?id=14 On Fri, Nov 26, 2010 at 20:18, Thomas Schreiber wrote: > I agree that instructions should be clearer on the importance of > adding password strength rules. We can all agree there is no one size > fit all solut

Re: Strong security measures for the Auth Framework

2010-11-26 Thread Thomas Schreiber
I agree that instructions should be clearer on the importance of adding password strength rules. We can all agree there is no one size fit all solution to password strength, but a standard default would be helpful for production. I recently attempted to use the cracklib module on webfaction but it

Strong security measures for the Auth Framework

2010-11-26 Thread Serge Spaolonzi (Cobalys.com)
Hi, I have been working with Django for two years, in order to fit my systems requirements i have changes some parts of the Django code, One of them the Authorization Framework i have added the next features: -Password Strength Validation with cracklib. -Maximum Login attempts. I want to ask for

logging

2010-11-26 Thread Luca Sbardella
Guys, Just starting using 1.3 and I have a tiny problem with logging. Too much of it! I'm running with DEBUG, but I don't want to see database queries. Quick way to mute that (not DEBUG+1 please)? Thanks What is the django way of swithing off the logging on DEBUG from the database -- You recei

Re: Ticket #12248 (moving django.template.__init__ contents to django.template.base)

2010-11-26 Thread Tom X. Tobin
On Fri, Nov 26, 2010 at 9:44 AM, Russell Keith-Magee wrote: > I just took a look at your patch. For the most part, it seems fairly > straightforward -- but I was stumped by the extremely small subset of > symbols you've put in __all__. > > It makes perfect sense to me that we should adopt an __all

Re: Translate permissions names on its generation

2010-11-26 Thread Łukasz Rekucki
On 26 November 2010 18:36, tonnzor wrote: > Dear Django developers! > > Please, look at the table auth_persissions - it has following > structure (and data - trimmed): > Here's a small piece of data: > {{{ > +-+--- > +-+--

Translate permissions names on its generation

2010-11-26 Thread tonnzor
Dear Django developers! Please, look at the table auth_persissions - it has following structure (and data - trimmed): Here's a small piece of data: {{{ +-+--- +-++ | id | name

Broken .dates() method?

2010-11-26 Thread Valentin Golev
Hello One of my projects which is running on trunk version of Django (not in production, of course) have been broken with recent updates. DatabaseError at /news/ : near "FROM": syntax error Django Version: 1.3 alpha 1 SVN-14719 /home/deploy/envs/fest/src/django/django/views/generic/dates.py in

Re: ModelForm + MultiValueField = form.save() problem

2010-11-26 Thread Dr.Bleedjent
Ohh!Sorry)) Thanks On 26 ноя, 09:03, Florian Apolloner wrote: > Hi, > > Plz post usage questions to django-users. This group is about the > development of Django itself. > > Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" gro

Re: Ticket #12248 (moving django.template.__init__ contents to django.template.base)

2010-11-26 Thread Russell Keith-Magee
On Tue, Nov 2, 2010 at 5:31 AM, Tom X. Tobin wrote: > I've updated the changes for ticket #12248 and placed them on GitHub: > > http://code.djangoproject.com/ticket/12248 > > http://github.com/tomxtobin/django/tree/template-import-refactor-t12248 > > Is there any chance this might make it into the