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
I've noticed that if you have a ModelAdmin with the prepopulated_fields attribute set to: prepopulated_fields = {"object_identifier": ("object_type",)} where the field "object_type" is a dropdown box (that is, has a choices=CHOICES argument) then the javascript that autofills the "object

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. >