Re: Is there any particular reason why it's assumed you won't be performing a Max on a CharField?

2011-09-22 Thread Anssi Kääriäinen
My feeling is that there should be better support for custom aggregates. For example array_agg for PostgreSQL would be really useful, but it is impossible to write one currently. I think that the best approach would be that the aggregate does the conversion to the Python world. This would be an

Is there any particular reason why it's assumed you won't be performing a Max on a CharField?

2011-09-22 Thread Joshua Russo
I posted this in the users group but didn't get any response, so I'm bringing it here. Is there any particular reason why it's assumed you won't be performing a Max on a CharField? I tried to create the following QuerySet I get an error out of convert_values() of BaseDatabaseOperations in d

Re: new feature idea: even and odd forloop iteration variables

2011-09-22 Thread Russell Keith-Magee
On Tue, Sep 20, 2011 at 2:57 AM, Travis Swicegood wrote: > Hey Karlis; > This is a cool idea.  I don't do enough template work to always remember the > cycle syntax, but an odd/even is pretty simple to remember. I disagree, for a number of reasons * There should be Only One Way To Do It * Cyc

Re: Localization on User model

2011-09-22 Thread Aymeric Augustin
2011/9/22 lvella : > What about changing this in future versions? Maybe simply a > "true_name" field would do? Or maybe a way to customize the fields in > the User model. Hi lvella, This issue should be viewed in the context of: https://code.djangoproject.com/wiki/SummerOfCode2011#Enhancedauth.us

Re: Django editor on Windows

2011-09-22 Thread Karen Tracey
Please post questions about using Django on django-users, not here. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@go

Django editor on Windows

2011-09-22 Thread Kheyreddine Hadri
Hello Everyone: Is there a Django editor on Windows?, if you have a download link, please post it to me. Thank you. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups

Localization on User model

2011-09-22 Thread lvella
The User model included in Authentication subsystem is very annoying to use here in Brazil. The common "first name" and "last name" method of identifying people found in English speaking countries is very unnatural to our culture, which people usually have two or more family names. It is a cultural