Hey,

I used the admin to display a manytomany field (that had over 60,000
entries) and used raw_id_field = ('hugeDatabaseField').  This took
care of the problem, but I wanted to be able to sort my manytomany
field, so I added an intermediary class to handle the sort order.
Once I added the

whatever = models.ManyToManyField(Class,
through='OrderableIntermediaryClass')

the admin screen stopped displaying the manytomany field (I think a
selection field) all together.  I'm new with django and python, so if
I'm not including enough information, please let me know so I can
better explain my problem.

I'm currently trying to make a custom form to deal with it in jquery,
but I don't know that, either, so being able to do it through django
admin would be the best!  Please help in any way you can!  Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to