On 21/04/10 11:21, Massimiliano della Rovere wrote:
I am developing a web site that has some of its models in a private
database (the one specified in settings.py, populated by the admin
interface) but, it has to fetch and filter (etc) data from 2 different
databases

So what is you opinion, should I switch to 1.2 trunk?


IMO yes, basically. You can bodge some basic access to multiple databases into django 1.1 as in e.g. [1], but it becomes terribly messy and isn't worth it at this stage, so, um, don't look at [1]. Of course I don't know what your timeframe is, but I'd guess 1.2 will be out by the time you're ready to go to production anyway.

[1]
http://groups.google.com/group/django-users/browse_thread/thread/da81fdee7b6b897a/c4da236c457e42e8

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

Reply via email to