Re: django.test.TestCase and settings.DATABASE_SUPPORTS_TRANSACTIONS

2009-03-25 Thread Karen Tracey
On Wed, Mar 25, 2009 at 5:26 PM, Duc Nguyen wrote: > In django.test.TestCase, there is a check for > settings.DATABASE_SUPPORTS_TRANSACTIONS but no check to make sure this > setting even exists. This causes nosetests to bail out with an > AttributeError. What is the correct

Re: Schema Evolution

2009-03-25 Thread Alex Gaynor
On Wed, Mar 25, 2009 at 10:28 AM, dononyx wrote: > > Was there any thought about having migration tied to production or > development? It would be cool to have schema evolution in development > mode work like Rails but then lock it off in production mode, or just > have a

Schema Evolution

2009-03-25 Thread dononyx
Was there any thought about having migration tied to production or development? It would be cool to have schema evolution in development mode work like Rails but then lock it off in production mode, or just have a flag set to True or False. Any Comments or Ideas??

Re: pagination django

2009-03-25 Thread Justin Lilly
This is a question more suited for django-users as this mailing list is for the development of the core framework. -justin On Mar 25, 2009, at 6:15 AM, nicemira wrote: > > please friends, > how can I paginate my product with this method: I want to do a newline >

pagination django

2009-03-25 Thread nicemira
please friends, how can I paginate my product with this method: I want to do a newline after every two products please,answer me as soon as possible --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: #13 -- Related Objects Interface (edit_inline)

2009-03-25 Thread Jurie-Jan Botha
Thanks for the tip Russell. I'll see If I can find some time to help out with the 1.1 release in the mean time. On Mar 24, 12:09 pm, Russell Keith-Magee wrote: > On Tue, Mar 24, 2009 at 4:17 PM, Jurie-Jan Botha > > wrote: > > > This post is for