Re: django snippet marketplace

2010-03-08 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com.

django snippet marketplace

2010-03-08 Thread Niels
Hello, Sometimes I need some specific Django developement where I don't have time for, or someone else could do better. I am looking for a marketplace where I can look for a Django/Python developer for a small but specific code snippet developer. Does someone has a suggestion? Thanks, Niels -

Re: proposal: ask a queryset to not raise exceptions

2010-03-08 Thread Harro
I think it's a good idea, but the implementation needs some work. As a default it should keep working as it does now, to keep backwards compatibility. So I think David's idea is a good one, but I think the method name should be more descriptive, like get_or_none and latest_or_none On Mar 8, 5:02