Request to the list owner

2010-04-11 Thread Omer Barlas
Can you please add a prefix to the email subject? I am reading my mail mostly from my BB Bold, but I cannot filter mail like Thunderbird does, it would be much simpler if there was a prefix like [django] or such. Thanks. -- Sent from my mobile device Omer Barlas omer.bar...@gmail.com -- You

Re: modify db records without changing html

2010-03-24 Thread Omer Barlas
Daniel Roseman @ 24-03-2010 11:43: But what do you mean, 'without changing the HTML'? In order to run a view, the user must make a page request. That will result in new data I guess he is talking about AJAX. -- Omer Barlas omer.bar...@gmail.com -- You received this message because you

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread Omer Barlas
, and load the javascript in your template, that's it. If you can't solve it, I can give you a step-by-step in an available time. regards. -- Omer Barlas omer.bar...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread Omer Barlas
="ckeditor" to your textareas. -- Omer Barlas omer.bar...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send em

updating db records.

2010-03-12 Thread Omer Barlas
to rewrite the default values one by one, doesn't django have a simple converter for this? All I want to do is something like; convertToDefaults(BolgeText.objects.get(Id=edit) Thanks. -- Omer Barlas omer.bar...@gmail.com -- You received this message because you are subscribed to the Google Groups

converting strings to model names dynamically.

2010-03-05 Thread Omer Barlas
ber) Exception Type: AttributeError at /adm/ajax/statusUpdate/ Exception Value: 'unicode' object has no attribute 'objects' How can I use a unicode string as a model instance? -- Omer Barlas omer.bar...@gmail.com -- You received this message because you are subscribed to the Google Groups "Djan