Database schema evolution status

2006-04-19 Thread Brant Harris
I know Jacob was working on this, is it still going ahead as planned? I don't see a wiki, and I'd like to work on it. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to th

Re: last insert id

2006-04-19 Thread [EMAIL PROTECTED]
Strange, for me it works like said in 1). After the new object is saved, the id field is not None, but the true id of the object in database. Maybe I did not understand something? Also, if you look at the tutorial at http://www.djangoproject.com/documentation/tutorial1/ it says: # No polls are

Re: some bugs on magic removral page

2006-04-19 Thread Malcolm Tredinnick
On Wed, 2006-04-19 at 09:10 +, favo wrote: > on this section: > http://code.djangoproject.com/wiki/RemovingTheMagic#Databasechangesyoullneedtomake > > for postgresql part, > > 1)correct: > ALTER TABLE django_content_type DROP CONSTRAINT "$1"; > should be --> > ALTER TABLE django_content_type

Re: some bugs on magic removral page

2006-04-19 Thread favo
and there's also some index with wrong name, which is not really a problem. --~--~-~--~~~---~--~~ 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@googlegro

some bugs on magic removral page

2006-04-19 Thread favo
on this section: http://code.djangoproject.com/wiki/RemovingTheMagic#Databasechangesyoullneedtomake for postgresql part, 1)correct: ALTER TABLE django_content_type DROP CONSTRAINT "$1"; should be --> ALTER TABLE django_content_type DROP CONSTRAINT "content_types_package_fkey"; 2) lack : ALTER T

Re: Django/Dojo integration: take a look and speak up

2006-04-19 Thread tonemcd
Just a quick note from someone who has been trying to get his head around Dojo - this is really appreciated James! Cheers, Tone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: CsrfMiddleware

2006-04-19 Thread Luke Plant
In the absence of any objections then, I'll add it in, in the location Max suggested. Luke --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-deve