Re: MySQL total overheat (somewhat complex database)

2012-07-31 Thread lubos
model > definitions will suffice. > > Can you also provide the snippet of Python code which is generating this > SQL > > Cal > > On Sat, Jul 28, 2012 at 7:44 PM, lubos wrote: > >> Hello, >> >> I have a quite sophisticated database with frequently interconn

Re: MySQL total overheat (somewhat complex database)

2012-07-28 Thread lubos
Yes, they were. On Saturday, July 28, 2012 9:40:42 PM UTC+2, Javier Guerra wrote: > > On Sat, Jul 28, 2012 at 1:44 PM, lubos wrote: > > MySQL, however, isn't able to process it and after few minutes it holds > all > > processor performance. > > that looks

MySQL total overheat (somewhat complex database)

2012-07-28 Thread lubos
`data_string` T21 ON (`data_thread`.`string_id` = T21.`id`) ORDER BY `data_schedule`.`id` ASC MySQL, however, isn't able to process it and after few minutes it holds all processor performance. I would be glad for any idea. Lubos -- You received this message because you are subscribed t

Django Admin - Index of Entry Being Edited

2012-07-13 Thread lubos
Hello, I need a way of getting index of the table entry which is being currently edited. I think that digging this from url would be the best, as I may need it anywhere in admin.py. How could I do it? Thank you in advance for any suggestion, Lubos -- You received this message because you

Dynamic generation of model admin forms

2012-07-10 Thread lubos
CharField according to __init__ kwargs arguments, I cannot, because it's called after. I am in a blind alley. To sum up, my question is: I need to generate model admin forms dynamically with advantage of __init__ arguments, I need at least know which item was just chosen to edit. Tha