Hi,
> I've set up my Media class for a widget as such:
>
> class InternationalSlugWidget(forms.TextInput):
> class Media:
> js = ('js/international_slug.js')
Your js here is a string, you want a tuple:
js = ('js/international_slug.js',)
>>> type(('foo'))
>>> type(('foo',))
--
Hello,
I'm happy to announce the availability of the version 0.3.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable menu bar,
* tool
d day,
--
David Jean Louis
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
F
Le 10/02/2010 09:56, David Jean Louis a écrit :
Hello,
I'm happy to announce the availability of the first public release of
django-admin-tools.
For those interested in the project, I've setup a mailing list to share
ideas on django-admin-tools future developm
Hello,
I'm happy to announce the availability of the version 0.2.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable menu bar,
* tools t
oject is hosted on Bitbucket:
https://bitbucket.org/izi/django-admin-tools/
Django-admin-tools is generously documented, you can browse the
documentation online here:
https://django-admin-tools.readthedocs.org/
Regards,
--
David Jean Louis
--
You received this message because you are subscrib
Hello,
I'm happy to announce the availability of the version 0.4.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable menu bar,
* tool
Hello,
We are happy to announce the availability of the version 0.6.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.6.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and custo
Hello,
We are happy to announce the availability of the version 0.8.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.8.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizabl
Hello,
We are happy to announce the availability of the version 0.8.1 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.8.1
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizabl
Hello,
We are happy to announce the availability of the version 0.7.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.7.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and custo
11 matches
Mail list logo