Re: Django Error Display Page

2011-06-10 Thread Daniel Watkins
On Thu, Jun 09, 2011 at 08:31:44PM -0700, Valentin Golev wrote: > What I'd really like is a stacktrace in a plain text in the html > commentary ("") on the very top of the page. I've opened https://code.djangoproject.com/ticket/16227 with patch attached. Regards, Dan -- You received this

Re: Filtering on Many2Many Related Objects

2011-05-29 Thread Daniel Watkins
On Sun, May 22, 2011 at 05:42:00PM -0700, Chris Beaven wrote: > Isn't the first suggestion (__contains) achievable already by just chaining > two filters: Group.objects.filter(persons=p1).filter(persons=p2) ? Sure, but if I want to filter on several different numbers of persons, it gets very

Filtering on Many2Many Related Objects

2011-05-20 Thread Daniel Watkins
Hello all, Earlier I was trying to filter for objects that had a set of other objects related to them by a ManyToManyField. It's a bit awkward, and I have a couple of proposals to improve it. Consider the following models: class Person(models.Model): name =

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
On Sun, 2009-09-20 at 16:26 -0700, Richard wrote: > django-schedule is under active developement and is a great > calendaring app. Looking at django-schedule's website, it only seems to do the front-end part of what I was suggesting. Is my understanding correct? Dan

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
Hey, On Sun, 2009-09-20 at 09:45 -0700, corn13r...@gmail.com wrote: > A django webmail app That'd be interesting, I'll add that to my list. Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
Hi Dougal, On Sun, 2009-09-20 at 21:10 +0100, Dougal Matthews wrote: > It would probably be worth you listing your ideas even if they are > half baked. This would show people what you are interested in and we > could possibly help you develop them further. Thanks for the reply. I had a couple

Looking for a project

2009-09-20 Thread Daniel Watkins
Hello all, As part of the third year of my computer science degree (at the University of Warwick), I need to complete an individual project. I'd quite like to use this to do something for Django. The project is meant to be done entirely individually, which means that something that works as a