> 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
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
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
> 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
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
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
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