I think https://pypi.python.org/pypi/django-autocomplete-light is good, quick and stable. It has "heritage" (been around and battle-tested) and provides the features that are key. (And supports Django 1.7, Python3).
On Tuesday, 17 February 2015 01:03:05 UTC+2, Jani Kajala wrote:
-- On Tuesday, 17 February 2015 01:03:05 UTC+2, Jani Kajala wrote:
Hi all,I have tons of objects referenced by ForeignKey in Django Admin module UI, and I would like to replace it with something more optimal, e.g. auto-fill input box or something.My model looks something like this:class SoapCall(models.Model):customer = models.ForeignKey(Customer, null=True, blank=True)created = models.DateTimeField(default=now) wsdl = models.CharField(max_length=255) func = models.CharField(max_length=63) request = models.TextField()response = models.TextField()Now, this works great, but if I have 100000 Customer objects it's not very nice to generate one huge <select><option>... element for every page load.There seems to be many possible plugins/implementations for this, but I was just wondering if anyone would have up-to-date recommendations in this mailing list. I'm on Python 3.4.2 and Django 1.7.4.Thanks beforehand. :)Br,JaniP.S. <3 Django
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d02362d4-0176-44b0-85c5-a24937f91820%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment