Re: Should postgresql cascade after truncate

2011-06-21 Thread Peter Russell
On Tue, Jun 21, 2011 at 8:43 PM, Ramiro Morales wrote: > That's what [1]ticket 11665 reports. So it does! I'd just hit the problem when I wrote my mail, and hadn't checked Trac yet. I guess I'll apply the patch and see if it solves my problem tomorrow. Thanks Peter -- You received this mess

Re: Should postgresql cascade after truncate

2011-06-21 Thread Peter Russell
o have Django mess with unmanaged tables. I'll have a play and see how hard it would be. Thanks Peter Russell -- 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@googlegroups.com

django.db.models.loading suppresses an ImportError leading to None value weirdness

2011-05-10 Thread Peter Russell
ort. If I fix the ImportError then I won't have this problem. I suppose this will probably break someone's code though :-( 3. Make the cache of model definitions behave transactionally. When importing an app raises ImportError, remove all of the models which have been inserted sin