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
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
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.
>
e.RESERVED_CHARS)
return response
Urljoin is clever enough to handle absolute urls properly:
>>> urljoin('/foo', '..')
'/'
>>> urljoin('/foo', '/bar')
'/bar'
--
Matias Hermanrud Fjeld
--~--
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
--~--~-~--~~
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
--~--~-~--~~~-
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
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
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
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
--~--~-~--~~~---~--~~
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
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
[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,
>
15 matches
Mail list logo