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