why not just replace them with some proper implementation of ajax completion ?
http://djangopackages.com/grids/g/auto-complete/
--
Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
MSN: bu...@live.com
After all, what's the purpose of these fields?
Multicomplete have no add item button with popup.
This is usually the hardest thing to implement with such control,
because it's rendered *after* the control.
Was it that hard to subclass widgets as Admin*AutocompleteWidget and
add required css media from jquery.ui to them?
Lots of other features are missing, that can be found in mature implementations:
add new item with permission checking (
http://code.google.com/p/django-ajax-selects/ ),
field dependencies (http://github.com/digi604/django-smart-selects is
the best here),
custom querysets & concept of autocomplete channels (
http://code.google.com/p/django-ajax-selects/ or mine
http://github.com/buriy/django-extrafields/tree/master/extrafields/autocomplete/
) ,
queryset caching & setting autocomplete properties (
http://code.google.com/p/django-autocomplete ).
--
Anyway, I'd like to see notes from core devs regarding adding such
feature to Admin interface (so please don't say -1 if you think it's
just not mature enough!).
Or maybe all interested parties should work on some kind of
django-admin-extensions instead of improving admin itself.
Actually, it seems there is still no consensus in the django community
of what ideal admin interface should look like.
It's very controversial question!
I remember django core devs repeatedly said that django.contrib.admin
should be simple, and they intends it should be useful only for few
use-cases like observing your data, adding at most few initial model
instances, editing users and permissions, and being example of how to
(not) create reusable django application with UI, and how to create
poll application with no use of db explorer like phpmyadmin.
Different people tried to say many times that admin instead should be
extensible and have all sort of features to be really useful.
How do you see django admin in 5 years? This is the question to be
asked first of all.
Personally, I see django admin completely outside of django project in
5 years, like django debug toolbar and the rest, and I'd say, django
core team time should use their time to review and apply patches, fix
bugs and add new features to django itself, so admin development
should be stopped, admin docs must contain: "admin app is not much
useful -- we just don't have enough time to add features into it, and
we don't think we should do this -- but it can be used as an example
for django beginners of how (not) to do reusable django applications".
On Fri, Oct 1, 2010 at 5:45 AM, tyrion-mx <tyri...@gmail.com> wrote:
> --
> You received this message because you are subscribed to the Google Groups "Django developers" group.
> To post to this group, send email to django-d...@googlegroups.com.
> To unsubscribe from this group, send email to django-develop...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
The reason that #7028 hasn't been included is the same reason that any
other ticket hasn't been included -- time. We have finite resources.
We can only fix a certain number of tickets if we want to keep a
timely release schedule.
As good as the ideas in #7028 are, they're not absolutely essential -
we've lived without the feature for a long time, and there's no data
loss at stake. As a result, it's been sacrificed in the interests of
other tickets.
#7028 is also subject to another major impediment -- it's dealing with
an area that requires front-end expertise. From my personal
perspective, I'm hesitant to get involved in anything touching the
front end out of lack of knowledge. I don't profess to being a UX
expert, and I'm certainly not an expert at CSS. I don't have the
facilities to do rigorous testing on any platform other than OSX. So -
even thought this ticket has been on my radar for a while, the barrier
for entry for me is higher than it is for other tickets.
Yours,
Russ Magee %-)
--
You received this message because you are subscribed to the Google Groups "Django developers" group.
To post to this group, send email to django-d...@googlegroups.com.
To unsubscribe from this group, send email to django-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.