Re: bio-patch - the diagnostic "Mod matching query does not exist" should post MOAR

2010-02-12 Thread Phlip
> per my other appropriations oppropriations friggin' spell checker! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

bio-patch - the diagnostic "Mod matching query does not exist" should post MOAR

2010-02-12 Thread Phlip
I tend to think that all diagnostics should reveal as much as they can about their situation. So I bumped get() like this: def get(self, *args, **kwargs): ... clone = self.filter(*args, **kwargs) ... if not num: raise self.model.DoesNotExist("%s matching query does