Re: Django HttpResponse performance with mimetype=application/atom+xml or text/xml

2012-05-10 Thread Vinuta Shetty
Was your issue resolved? I am having a similar problem. I am rendering a PDF document and it takes forever. Not sure why? On Monday, March 29, 2010 8:21:47 AM UTC-7, serjant wrote: > > Hi all. > > Can somebody help me and point me to solving the following problem: > > 1. I am writing an applicati

Re: radio on admin

2010-03-09 Thread Vinuta Shetty
Hello, Try using a CharField instead of IntegerField. This is how I used and it works for me. tipo = models.CharField(max_length=1,                                choices = IMAGEM_TIPOS_CHOICES,                                ) Thanks On Mar 8, 8:12 am, gustavo wrote: > Hello folks, > > I am h