I have two questions I was unable to google:
 - Is Django going to support database views? Solution i have found 
here: http://code.djangoproject.com/ticket/419 seems to be a bit tricky. 
I would rather like to create django.db.models.view which ancestors can 
produce SQL like 'CREATE OR REPLACE VIEW view_name AS .....

 - Does Django support postgres database schema? I tried to add Meta 
class with db_table = 'my_sch.my_table' in my model, but unfortunately 
this is quoted by Django.

If you have any helpful idea, let me know.

Thanks,
Martin

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to