Re: Feed URLs

2007-09-04 Thread jorjun
Hi Luke But you can get the querystring easily enough by using the dictionary : request.GET ? Regards Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: __slot__ like behaviour for Model classes?

2007-09-01 Thread jorjun
our Django model and gotten further along in the process than prototyping and are running in a production environment. --Peter On Aug 31, 3:56 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote: > On 8/31/07, jorjun <[EMAIL PROTECTED]> wrote: > > > > > > > Glad

__slot__ like behaviour for Model classes?

2007-08-31 Thread jorjun
Glad though I am that Python has dynamic class attributes, when it comes to Django Models, some more discipline could be useful, especially when a product is in maintenance phase, IMO. I recently added the code below to my model definition and it saved me a bunch of time after some model evolutio

Re: Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-07 Thread jorjun
Done. Thanks for guidance. > Even if you can't generate an SVN diff, it would be better to post > this in a ticket; posting it to the list means it is more likely to > get lost in the traffic. --~--~-~--~~~---~--~~ You received this message because you are subscri

Simple improvement suggestion for django.contrib.syndication.feeds

2007-08-06 Thread jorjun
6c6,7 < from django.conf import settings --- > from django.conf import settings > from django.template import RequestContext 120c121 < title = title_tmp.render(Context({'obj': item, 'site': current_site})), --- > title = title_tmp.render(RequestContext(self.request,

Re: What is the Right Way to handle DECIMAL fields?

2006-09-08 Thread jorjun
Andrew Durdin wrote: The problem with the latter is that the decimal module is only > in 2.4, and django is targeting 2.3 as the minimum support version of > Python. My background is in over ten years of business application development (order processing and ERP), and I have been moving over to D

Re: One Grateful New Djangotist Agrees

2006-06-20 Thread jorjun
I did leaf through a "Booby" book once but I was underwhelmed. Guess I am too used to Python syntax now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email t

Re: One Grateful New Djangotist Agrees

2006-06-20 Thread jorjun
I hope it is not totally different! I intend to use Django for application development. My background is in application development, application development is why I am here. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: One Grateful New Djangotist Agrees

2006-06-19 Thread jorjun
I am sure you have it now. But just to make sure, the next clue is that it sounds a bit like "soap and phone" ;0) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, s

Re: One Grateful New Djangotist Agrees

2006-06-19 Thread jorjun
Which framework did I personally spend heaps of time investigating, book-buying and ultimately reject for my own purposes? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this g

One Grateful New Djangotist Agrees

2006-06-18 Thread jorjun
I spent a great deal of time trying to get to grips with a competing framework but my progress was painfully slow. Now that i have switched to Django, I have been delighted with the productivity boost. The official documentation helped me enormously. As for improvements in Django documentation, m