Re: Goodbye, Malcolm

2013-03-19 Thread Val Neekman
Met him for the first time in DjangoCon 2012. What a down to earth guy. He'll be missed. Val Sent from my mobile device. On 2013-03-19, at 3:25 PM, Leon Matthews wrote: > On 20 March 2013 06:01, Jacob Kaplan-Moss wrote: >> We have difficult news: Malcolm Tredinnick has passed away. > > Wh

Re: Goodbye, Malcolm

2013-03-19 Thread Satinderpal Singh
On Tue, Mar 19, 2013 at 10:31 PM, Jacob Kaplan-Moss wrote: > Hello fellow Djangonauts, > > We have difficult news: Malcolm Tredinnick has passed away. > > Malcolm was a long-time contributor to Django, a model community member, > a brilliant mind, and a friend. His contributions to Django — and to

Re: Goodbye, Malcolm

2013-03-19 Thread mugisha moses
RIP Malcolm On Tue, Mar 19, 2013 at 10:25 PM, Leon Matthews wrote: > On 20 March 2013 06:01, Jacob Kaplan-Moss wrote: > > We have difficult news: Malcolm Tredinnick has passed away. > > What a shock. Malcolm was a great guy, and a huge asset to our > community. I had the pleasure of hearing h

Re: Goodbye, Malcolm

2013-03-19 Thread Leon Matthews
On 20 March 2013 06:01, Jacob Kaplan-Moss wrote: > We have difficult news: Malcolm Tredinnick has passed away. What a shock. Malcolm was a great guy, and a huge asset to our community. I had the pleasure of hearing him talk in Wellington. He will be missed... -- You received this message bec

Re: URL dispatcher fallthrough?

2013-03-19 Thread Ian Kelly
On Tue, Mar 19, 2013 at 12:26 PM, Felipe Prenholato wrote: > Hi Julian. My 2 cents. > > What you want is: > > urlpatterns = patterns('', > url_fallthrought(r'^(?P[-\w]+)$', > views=[(ProductView.as_view(), >CategorView.as_view(), >OccasionView.as

Re: URL dispatcher fallthrough?

2013-03-19 Thread Felipe Prenholato
Hi Julian. My 2 cents. What you want is: urlpatterns = patterns('', url_fallthrought(r'^(?P[-\w]+)$', views=[(ProductView.as_view(), CategorView.as_view(), OccasionView.as_view())], name="my_super_url"),) But you know that we don't have it. To ma

Re: Proposal: ModelForm API improvements

2013-03-19 Thread Felipe Prenholato
+1. (+10 if I can) This kind of customization will help community to integrate many css/js/html frameworks into Django with custom apps. Felipe 'chronos' Prenholato. Linux User nº 405489 Home page: http://devwithpassion.com | http://chronosbox.org/blog GitHub: http://github.com/chronossc/ | Twitt

Re: Goodbye, Malcolm

2013-03-19 Thread Carlos Aguilar
+1 El martes, 19 de marzo de 2013, Jacob Kaplan-Moss escribió: > Hello fellow Djangonauts, > > We have difficult news: Malcolm Tredinnick has passed away. > > Malcolm was a long-time contributor to Django, a model community member, > a brilliant mind, and a friend. His contributions to Django — a

Goodbye, Malcolm

2013-03-19 Thread Jacob Kaplan-Moss
Hello fellow Djangonauts, We have difficult news: Malcolm Tredinnick has passed away. Malcolm was a long-time contributor to Django, a model community member, a brilliant mind, and a friend. His contributions to Django — and to many other open source projects — are nearly impossible to enumerate.

Re: URL dispatcher fallthrough?

2013-03-19 Thread Adrian Holovaty
On Mon, Mar 18, 2013 at 10:23 AM, julianb wrote: > Well, at the moment, as far as I am aware, you can't. The first URL will > match everything all the time, not giving the other views a chance to kick > in. > > So I propose some kind of URL fallthrough. The view could do > > raise UrlNotMatched >

Re: URL dispatcher fallthrough?

2013-03-19 Thread Tom Evans
On Mon, Mar 18, 2013 at 3:23 PM, julianb wrote: > Hi, > > imagine the following use case: > > You build an online store where you have sorted products into several > categories and maybe associated an occasion. Now you want to build URLs. So > the URL schema that all of the store's owners agree on

Note of thanks to the release-managers

2013-03-19 Thread Tim Chase
I just read through the novel that is docs/internals/howto-release-django.txt and I have a new level of respect for just what happens when a release is made. That's a LOT of work. So thanks to those that wade through the whole process! -tkc -- You received this message because you are subscri

Re: URL dispatcher fallthrough?

2013-03-19 Thread julianb
A single pattern with a catchall view is certainly a way to go. However, I really does not help to see what the views do. And if you have different views with different arguments, you cannot do your regex explicitly. You are right that it is non-obvious when the view itself has to invoke the fal

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-03-19 Thread Florian Apolloner
Hi, On Tuesday, March 19, 2013 8:21:05 AM UTC+1, Shai Berger wrote: > > Is there any interest in fixing this, specifically? > Sure, I just don't have to knowledge to debug cx_Oracle, so if you are up to please. Although I think the endresult would most likely be a patch to cx_Oracle and not Dja

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-03-19 Thread Shai Berger
On Monday 18 March 2013, Shai Berger wrote: > Hi, > > Reviving an oldish thread: > > On Tuesday 26 February 2013 00:35:10 Florian Apolloner wrote: > > it would be of great help > > if you could setup cx_Oracle on an Ubuntu 11.10 (I have to double check > > that tomorrow, don't have my ssh keys wi