Re: Regarding 3D model in Django

2013-07-09 Thread Russell Keith-Magee
On Tue, Jul 9, 2013 at 10:05 PM, John wrote: > On 09/07/13 12:31, James Bennett wrote: > > This list is for discussion of the development of Django itself. For > > discussion of how to use Django, please see the django-users mailing > list. > One day when I have nothing else to do[1] I will see h

Re: Django 1.5.2

2013-07-09 Thread Jacob Kaplan-Moss
Hey Michael - We don't have a schedule for 1.5.2 at the moment, but I'll take a look and see if I can get a release out sometime soon. No promises, but I'll do my best. Jacob On Tue, Jul 9, 2013 at 11:00 AM, Michael Mior wrote: > Just wondering if there's an ETA on Django 1.5.2. Currently ther

Django 1.5.2

2013-07-09 Thread Michael Mior
Just wondering if there's an ETA on Django 1.5.2. Currently there's one blocking issue in 1.5.1 that's preventing me from upgrading from 1.4 ( https://code.djangoproject.com/ticket/20257). If there's some outstanding things that need to be cleaned up, I'm happy to pitch in. Thanks! Cheers, -- Mi

Re: Regarding 3D model in Django

2013-07-09 Thread John
On 09/07/13 12:31, James Bennett wrote: > This list is for discussion of the development of Django itself. For > discussion of how to use Django, please see the django-users mailing list. One day when I have nothing else to do[1] I will see how many of these questions do actually get asked again in

Re: Proposal of new feature: handler to HttpResponseNotAllowed (status 405)

2013-07-09 Thread Jorge C . Leitão
It is unfortunate that I didn't found this on documentation. Thanks for the clarification Tom. Cheers, Jorge On Tuesday, July 9, 2013 1:33:24 PM UTC+2, Tom Evans wrote: > > On Mon, Jul 8, 2013 at 10:01 AM, Jorge C. Leitão > > wrote: > > Django allows users to define handlers to some excepti

Re: Proposal of new feature: handler to HttpResponseNotAllowed (status 405)

2013-07-09 Thread Tom Evans
On Mon, Jul 8, 2013 at 10:01 AM, Jorge C. Leitão wrote: > Django allows users to define handlers to some exceptions, most notably > http404, server error (status 500) and permission denied (status 403). > In fact, django already allows you to install handlers to process any kind of unhandled exce

Re: Regarding 3D model in Django

2013-07-09 Thread James Bennett
This list is for discussion of the development of Django itself. For discussion of how to use Django, please see the django-users mailing list. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receivin

Regarding 3D model in Django

2013-07-09 Thread Rohit kumar
I want to create a interactive 3D model in my Django app. Few of the pages will render 3D model which should be interactive and could be changed based on the inputs. I have obj file right now. How to do this. -- You received this message because you are subscribed to the Google Groups "Djang