Re: Subversion + Django

2011-08-29 Thread Jirka Vejrazka
> My issue is that I have a PC that I' considering to use it as a server. I'm currently learning Django and My friends and I are working in a Software Project. My Question is: ¿Can I mix Subversion and Django in my server like http://www.assembla.com/ or other? I mean, I'd like to create a Subversi

Re: type error couldn't able to point it

2011-03-22 Thread Jirka Vejrazka
2 more comments ( I just noticed ): - these questions should be sent to django-users, not django-developers - why go through all stock values to find the best one in the loop (you could use agregates for that) and then only return count? Cheers Jirka -- You received this message becau

Re: type error couldn't able to point it

2011-03-22 Thread Jirka Vejrazka
Hi there, I have not used this myself, but believe that "Q objects" don't support & operator as you use it. So it's really a Python error, not Django error. FYI, you need Q objects only to provide "OR" functionality. For "AND" functionality, you only need: mu1 = MarketUpdate.objects.filter(stoc

Re: choosing queryset

2010-10-26 Thread Jirka Vejrazka
> I've two modules called plan and income and both have a class called > Income in their respective models. Now if I do user.income_set, it is > accessing the income set under plan. How do I alter it to access > income.income? Any ideas? Please don't cross-post. Your question should go to django-u

Re: Feature question - caching

2010-08-25 Thread Jirka Vejrazka
Hi, you've just been asked on django-users to provide the code for your view. Instead of that, you're cross-posting to django-developers that is intended for development of Django itself. Please don't cross-post and send your view code (including the caching parts) to django-users. Cheers

Re: Django's testing infrastructure

2010-02-26 Thread Jirka Vejrazka
Hi Eric, great activity, thanks! During the EuroDjango spring in Prague, I set up a Ubuntu + Oracle 10g test machine (buildbot) under Jacob's supervision. Shortly after, Jacob has set up a mailing list for buildbots. However, there were no followups from either side and my test machine slowly

Re: Is the Oracle backend passing the model_forms_regress test?

2009-05-07 Thread Jirka Vejrazka
2009/5/7 Matt Boersma > > > On May 6, 2009, at 8:50 PM, Karen Tracey wrote: > > On Wed, May 6, 2009 at 10:34 PM, Leo Soto M. < > leo.s...@gmail.com> wrote: > >> >> While testing the django-jython oracle backend I get an ugly failure >> on model_forms_regress, > > > Yes, I saw this too. I'll ch