Re: developers needed

2006-01-15 Thread Jeroen Ruigrok van der Werven
Nikki, On 1/15/06, nikki <[EMAIL PROTECTED]> wrote: > I kinda laughed that naively I stepped on a sore spot about choice of > DB's but honestly it only reflect info I came accross , not an attempt > to insult anyone - sorry John -I'm still not sure of the implication of > my question. I know Rails

psycopg 2.2

2006-01-15 Thread mary . adel
Dear All , I have a certain problem with Django and i need help from anyone 1- I am using psycopg 2.2 on my pc for development of some projects 2- i need to use django on the same pc but Django needs pscopg 1.1 so their is a conflict here that happened and i don't know how to fix it so as i can ha

sending mail in utf-8

2006-01-15 Thread Igor Goryachev
Hello. I think it would be very useful if it was possible to send e-mail (using 'django.core.mail') in something different than 'us-ascii', for example, in 'utf-8' by default. I have tried to implement this: = Index: django/conf/global_settings.py ===

Re: Using an inner class for custom Manager in magic removal branch

2006-01-15 Thread James Bennett
On 1/14/06, Simon Willison <[EMAIL PROTECTED]> wrote: > Basically, you define your own inner class called "Manager" if you want > to add custom methods to Person.objects (or modify the behaviour of > existing methods). If you don't define this inner class the default > Manager will be used. I can

Re: Using an inner class for custom Manager in magic removal branch

2006-01-15 Thread oggie rob
> I suppose the greater problem is the ability to easily construct (and use) a filter on queries (e.g. construct a 'tall_people_only' filter, make it a member of Person, so you can write Person.get_list(tall_people_only, name__exact='Fred'). You should be able to do this using arg-level query obje