>>> Author.objects.filter(name__unaccent__icontains='Helen') [<Author: Helen Mirren>, <Author: Helena Bonham Carter>, <Author: Hélène Joy>]
which is helpful, but I'm having trouble connecting to my template:
<input type="search" />
I'm not sure what to call my variable or how to integrate it into models. All of the existing stuff I can find is django 1.
Thanks!
Hi,
If you feel that Django official tutorial was too packed, Django
Girls do have excellent tutorial that goes things in more depth:
https://tutorial.djangogirls.org/en/
I did go through the tutorial. I'm reading through the the forms section of the documentation now. I'm more of a visual learner, so sometimes I have to read things 10 times til it makes sense. Thanks for your help!
--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7e582b5d-23b7-43fc-a6f0-3902c26bdf46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Jani Tiainen