Re: Four Hop, Two Criteria Query

2010-05-27 Thread chr
self.created, ... cheers, chr -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. F

Re: Creating a custom view in Django admin,

2010-05-27 Thread chr
On May 26, 7:02 pm, Dexter wrote: > Another thing: > > At the event model, it is unnecessary to display all the events in the > admin. How can I make sure only the events coming (ie > date__gte=datetime.now()) are displayed in the admin? i think a proxy model[1] might work

Re: /i18n/setlang/ broken?

2010-04-08 Thread chr
hi rolando, yep, that fixed it. stupid me. i'll spend the next few hours hitting my head against the desk. thank you so much. cheers, chr On Apr 8, 5:44 pm, Rolando Espinoza La Fuente <dark...@gmail.com> wrote: > On Thu, Apr 8, 2010 at 6:21 AM, chr <ch...@statesofpop.de> wrote:

Re: /i18n/setlang/ broken?

2010-04-08 Thread chr
btw, here's the minimal-app: http://github.com/statesofpop/i18ntest -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: /i18n/setlang/ broken?

2010-04-08 Thread chr
thanks for your quick reply. but no, i'm not using GET and for my minimal example app i've used the template snippet as provided in the django dev-docs. On Apr 8, 11:36 am, Baurzhan Ismagulov <i...@radix50.net> wrote: > On Thu, Apr 08, 2010 at 02:00:03AM -0700, chr wrote: > &g

/i18n/setlang/ broken?

2010-04-08 Thread chr
hi everyone, just spent a few hours trying to find out what's going wrong with i18n... i've just updated a two-year old project (using django- multilingual-ng) to trunk only to find that a) switching languages using /i18n/setlang/ doesn't have any effect anymore b) putting an extra

Re: django web hosting

2008-09-03 Thread chr
i can only recommend djangohosting.ch for small to medium django-based websites (with a european audience). deployed four websites with djangohosting now. support is helpful and fast. the config-panel is amazing. also, a lot of python packages are installed by default. my latest site was online

Re: to_field in admin

2008-08-28 Thread chr
thanks for your help. the patch works great. cheers. chr --~--~-~--~~~---~--~~ 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 unsubs

to_field in admin

2008-08-28 Thread chr
this behaviour in the admin documented anywhere. so, is the bug in my model, the lack of documentation or the admin? many thanks in advance. cheers. chr --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo