DjangoCon video

2008-09-11 Thread Petar Marić
Hi everybody, Unfortunately I was unable to participate on DjangoCon because of my Master thesis. Will there be a video of some/all the talks? Regards, -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *jabber: [EMAIL PROTECTED] *web: http

How to simulate recursive inlines in admin?

2008-09-22 Thread Petar Marić
how to inject the TextArea in the inline. I tried many things from simple to complex - and the otherwise excellent documentation doesn't give much help. Thanks, -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *ja

list_filter not working properly?

2006-05-04 Thread Petar Marić
class City(models.Model): pass Does anybody have an idea what's wrong with mine/djangos code? -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You

Re: list_filter not working properly?

2006-05-05 Thread Petar Marić
Anyone? -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q

Re: list_filter not working properly?

2006-05-05 Thread Petar Marić
Hi Malcolm, If you wish I could give you Trac access to my code - just e-mail me. Regards, PS: I too am using the latest svn code (rev. 2847 at this moment) -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com

auto_now_add bug with MySQL

2006-05-05 Thread Petar Marić
\connections.py in defaulterrorhandler, line 33 The saved value of submited_on for the corresponding Paper is '-00-00' which is horribly wrong ;) I'm using MySQL 4.1.12a-nt and freshly baked django svn copy -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 2

Re: auto_now_add bug with MySQL

2006-05-06 Thread Petar Marić
Fernando, It looks it's my own fault I failed to mention I was adding a new object via Djangos admin interface. That means it's Djangos fault, not mine ;) -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.peta

Re: auto_now_add bug with MySQL

2006-05-29 Thread Petar Marić
auto_now_add has been fixed in [3002] Hurray for Luke ;) -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You received this message because you are

Generic views and reverse url lookup?

2006-08-25 Thread Petar Marić
Hi, I'm checking out reverse url resolving and I can't help but wonder: What happenes when we use generic views? Will it still work? Regards, -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.peta

Re: Ticket 22 - Any progress?

2005-10-11 Thread Petar Marić
Post your question on django-devs, I'm sure that the rest of djangonauts would be glad to help out. On 10/10/05, mortenbagai <[EMAIL PROTECTED]> wrote: > > Hello, > > I was wondering if a fix for the issue where it's currently not > possible to clear out the value of an ImageField/FileField is > f

Has anybody been able to set up a django powered site on textdrive?

2005-11-06 Thread Petar Marić
Any experiences? -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/

Re: ANN: new-admin branch merged to trunk

2005-11-25 Thread Petar Marić
Congrats on job well done. BTW, first post ;) -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/

Re: Changing filenames on an upload...

2006-03-13 Thread Petar Marić
Hi Tony, You should look for rename_by_field() in http://djangoutils.python-hosting.com/wiki/Utils -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You

Re: Trac error on code.djangoproject.com

2006-04-20 Thread Petar Marić
Medic! :D -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

[M-R] __repr__ or __str__?

2006-04-29 Thread Petar Marić
Looking through some recent changes I noticed that some M-R code uses __repr__ and some new checkins use __str__ Is there anything we need to know? -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com