Re: Update multiple rows at once and allow direct updates

2008-04-03 Thread eat
When will be these features available in the main branch of django ??: http://code.djangoproject.com/changeset/7043 http://code.djangoproject.com/browser/django/branches/queryset-refactor/django/db/models/query.py#L263 what should be my steps if i want to use it now? --~--~-~--~~

distinct UPDATE / INSERT before save() without select to DB

2008-03-29 Thread eat
How to distinct in save() method of the model if the save operation will be update or insert. I want to know it BEFORE doing the save(). I want to know it WITHOUT doing a select to a database. THe reason for that : i want to check the database conditions for the insert to initiate. Currently i

how to force char field instead varchar to be created

2008-03-27 Thread eat
I want to have char fields (db storage reason) instead of varchar how to force that in the models.py ?? django seems to create only varchar thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Problem with media_root, OLDPHOTO template

2007-12-30 Thread eat
PLease anyone can help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PRO

Problem with media_root, OLDPHOTO template

2007-12-29 Thread eat
Hi i downloaded and installed app from source code via - > http://www.djangosites.org/s/www-lzpian-com/ it should be like-> http://www.lzpian.com/ in english version -> use : http://babelfish.altavista.com/babelfish/tr i changed database settings i synchronised database and the app works , but