Malcolm Tredinnick wrote:

> For now, if you want to hack on the source for your initial
> testing/debugging, have a look in django/core/management.py around line
> 206. There's a line that says
> 
>         r_name = '%s_refs_%s_%x' % (r_col, col, abs(hash((r_table,
>         table))))
> 
> (it's the only place we use hash() in the code in that file, so search
> for that word). Change this to anything you like that will make your
> backend happy. That will tide you over until we can get a more
> reasonable solution in place.

Being able to read the DATABASE_ENGINE from management.py would help. 
Can it be picked by importing django.conf.settings, or is there some 
other thing you need to do?

cheers
Bill


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to