Re: About ticket 5622

2009-04-03 Thread Matias Surdi
Alex Gaynor escribió: > > > On Thu, Apr 2, 2009 at 1:55 PM, Matias Surdi > <mailto:matiassu...@gmail.com>> wrote: > > > I think that the attached patch corrects the problem. > > Is there still something missing in order to get it into trunk? >

About ticket 5622

2009-04-02 Thread Matias Surdi
I think that the attached patch corrects the problem. Is there still something missing in order to get it into trunk? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: Javascript issue on admin interface with prepopulated_fields

2009-01-07 Thread Matias Surdi
Done: http://code.djangoproject.com/ticket/9983 Thank you very much. Adrian Holovaty escribió: > On Wed, Jan 7, 2009 at 9:50 AM, Matias Surdi wrote: >> To solve this, I modified >> ./django/contrib/admin/templates/admin/prepopulated_fields_js.html >> >> replacing

Javascript issue on admin interface with prepopulated_fields

2009-01-07 Thread Matias Surdi
e 5 for "onchange". Do you think this change could be applied to trunk? Do you want me to submit a ticket and/or patch? Thanks for your great work and this excellent tool. Matias. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: ANNOUNCE: Django 1.0 released

2008-09-04 Thread Matias Surdi
James Bennett escribió: > The Django team is pleased to announce the release of Django 1.0 this evening: > > Download: http://www.djangoproject.com/download/ > Release notes: http://docs.djangoproject.com/en/dev/releases/1.0/ > > Have fun with it, and we'll see you in a few days for DjangoCon. >

Re: [Changeset] r4941 - django/branches/newforms-admin/django/contrib/admin

2007-04-08 Thread Matias Hermanrud Fjeld
e.RESERVED_CHARS) return response Urljoin is clever enough to handle absolute urls properly: >>> urljoin('/foo', '..') '/' >>> urljoin('/foo', '/bar') '/bar' -- Matias Hermanrud Fjeld --~--

new Comments contrib application suggestion

2007-02-21 Thread Matias
uture plans for this usefull feature.If no, I'd like to start contributing the django project with this. I've not too much free time, but I think I can do something about this. Thanks everybody, and congratulations for this GREAT framework. Matias Surdi --~--~-~--~~

Re: admin interface and CSS

2007-01-29 Thread Matias Hermarud Fjeld
django expects ADMIN_MEDIA_PREFIX to be an absolute url. Maybe you could file a ticket? BTW, a much better way to join urls would be: from urlparse import urljoin return urljoin(settings.MEDIA_URL, settings.ADMIN_MEDIA_PREFIX) -- Matias Hermanrud Fjeld --~--~-~--~~~-

Re: Some thoughts on our security policy as we head towards 1.0

2007-01-19 Thread Matias Hermarud Fjeld
t. +1, A new minor version number is just the right thing for this. -- Matias --~--~-~--~~~---~--~~ 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

Re: Ticket #914: Admin js option does not honor absolute urls

2006-12-11 Thread Matias Hermarud Fjeld
Russell Keith-Magee wrote: > On 12/8/06, Matias Hermarud Fjeld <[EMAIL PROTECTED]> wrote: >> I've submitted a patch on ticket #914. The patch changes the behavior of >> the include_admin_script-templatetag. Should this have a regression test >> as well? If so, in

DjangoPoweredSites wiki article vandalised, please revert

2006-12-11 Thread Matias Hermarud Fjeld
Hello. http://code.djangoproject.com/wiki/DjangoPoweredSites has been vandalized and should be reverted to version 438. Ironically, Akismet didn't let me revert the change myself. :-) -- Matias Hermanrud Fjeld --~--~-~--~~~---~--~~ You received this me

Ticket #914: Admin js option does not honor absolute urls

2006-12-08 Thread Matias Hermarud Fjeld
Hello. I've submitted a patch on ticket #914. The patch changes the behavior of the include_admin_script-templatetag. Should this have a regression test as well? If so, in what file should i put the test? -- Matias Hermanrud Fjeld --~--~-~--~~~---~--~~

Re: active tickets with patches

2006-12-08 Thread Matias Hermarud Fjeld
when people start working on it. [0] http://www.djangoproject.com/documentation/contributing/ -- Matias Hermanrud Fjeld --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to thi

Ticket #2197: Generic search interface

2006-06-19 Thread Matias Hermarud Fjeld
Hello. I have submitted a patch to ticket#2197[0]. Any comments? Does anyone else think this is useful to have in django? [0] http://code.djangoproject.com/ticket/2197 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: using URLs that do not contain the primary key

2006-06-14 Thread Matias Hermarud Fjeld
[EMAIL PROTECTED] wrote: > Fist up, apologies if I'm posting this in the wrong place and apologies > if this issues is covered somewhere else -- I searched for it but > couldn't find the answer I was looking for. > > OK, I'm new to Django but have a quick, hopefully easy-to-answer > question, >