Re: multiple database support: oracle backend

2007-10-17 Thread Carlos Hanson
On Oct 17, 1:29 pm, Carlos Hanson <[EMAIL PROTECTED]> wrote: > On Oct 17, 12:33 am, koenb <[EMAIL PROTECTED]> wrote: > > > In the latest patches for multi-db the QuerySet that is returned is no > > longer fixed, but varies with the model's manager. That shoul

Re: multiple database support: oracle backend

2007-10-17 Thread Carlos Hanson
On Oct 17, 12:33 am, koenb <[EMAIL PROTECTED]> wrote: > In the latest patches for multi-db the QuerySet that is returned is no > longer fixed, but varies with the model's manager. That should fix > that problem for now. > > Koen I've installed the latest patches for multi-db agains revision

multiple database support: oracle backend

2007-10-16 Thread Carlos Hanson
on_info', _local, lambda: connections[_default]) connection = LocalizingProxy('connection', _local, lambda: connections[_default].connection) But I don't see how to get the named connection in oracle/base.py. If that

multiple-db-support: reference model using different database

2007-09-21 Thread Carlos Hanson
and delete the data using information from both databases. Thanks for helping me figure this out. ;-) Carlos Hanson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: merging multiple-db-support branch with svn trunk checkout

2007-09-21 Thread Carlos Hanson
jango ... U trunk Checked out revision 6110. Then downloaded multi-db-6110.patch from ticket 4747 and patched the trunk: $ cd trunk patch -p0 < /path/to/multi-db-6110.patch ... patching file docs/multiple_database_support.txt Thanks again. Django...Python...Wh

Re: merging multiple-db-support branch with svn trunk checkout

2007-09-20 Thread Carlos Hanson
On Sep 19, 5:32 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 9/20/07, Carlos Hanson <[EMAIL PROTECTED]> wrote: > > > > > Greetings, > > > I am using the current svn checkout of the trunk and would like to > > include the

merging multiple-db-support branch with svn trunk checkout

2007-09-19 Thread Carlos Hanson
Greetings, I am using the current svn checkout of the trunk and would like to include the multiple-db-support branch. What is the best way to do this? I will understand if the answer is read the svn manual (it's on my list of things to do). Thanks. Carlos Hanson

Saving a copy of a model

2007-08-10 Thread Carlos Hanson
now. Any suggestions? Carlos Hanson --~--~-~--~~~---~--~~ 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,

ManyToManyField: help_text missing when using filter_interface

2007-06-27 Thread Carlos Hanson
ut any customization, the help_text shows up at the end of the "form-row" div tag rather than after the label. I am using version 0.96 on SuSE 10.1 with Python 2.4.2. Thanks. Carlos Hanson --~--~-~--~~~---~--~~ You received this message because you are subscribed

simplifying a dynamic template lookup

2007-04-09 Thread Carlos Hanson
}} {% endifequal %} {% endfor %} {% endfor %} {{ item.total }} {% endfor %} Is there any way to simplify that template? Any suggestions on ways to create a better template? All the curly braces and percent signs are hard to look at. Thanks in advance. Carlos Hanson