Re: type-field model inheritance

2011-03-03 Thread Craig de Stigter
Hi guys Thanks for pointing those out. I knew I couldn't have been the first to want this. I guess I just didn't know the right words to search for here. It looks like django_polymorphic does what I want. I'm not yet sure why it says it takes one query per type of model in a queryset. Unless it

ANN: Django 1.3 release candidate available

2011-03-03 Thread James Bennett
Tonight we're proud to announce the first release candidate for Django 1.3; if all goes well, the final release will happen in about a week. Details for the release candidate are available on the official Django weblog: http://www.djangoproject.com/weblog/2011/mar/03/13-rc/ -- "Bureaucrat Conr

Re: Unable to process my form

2011-03-03 Thread Karen Tracey
Please post questions about using Django to django-users. The topic of this list is the 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-developers@googlegroups

Unable to process my form

2011-03-03 Thread Vijay
Hi All, I am new to django.I am practicing Django using the book "The Definitive Guide to Django" by Jacob and Adrian.I have installed Django on Ubuntu.I tried to process HTML form as directed in that book,then i am getting the following error.Please suggest me a solution for this. Envir

Re: Customizable Serialization

2011-03-03 Thread sebastien piquemal
Ok ... I have to admit I was not very clear. Here is what I meant, illustrated with some code examples : http://readthedocs.org/docs/django-serializers-draft/en/latest/index.html These are my "dream" django-serializers ! On Mar 1, 10:20 am, Vivek Narayanan wrote: > @Sebastien, Thank you for you

Re: type-field model inheritance

2011-03-03 Thread Russell Keith-Magee
On Thu, Mar 3, 2011 at 10:07 AM, Craig de Stigter wrote: > I realise everyone's been busy with getting 1.3 ready, but doesn't anyone > have thoughts on this? It's been two weeks ... Hi Craig, Thanks for the suggestion. As you've noted, we've been busy with the 1.3 release, which has been consumi