Results 2 issues of YSK

Hello jrief, I have used the client side angular validations with boostarp3 and django1.11, the errors are displaying only if i coded with {{ form.as_div }} in the templates, but...

``` Class Model(model.Models): city = models.CharField() country = models.ForeignKey(Country) def __str__(self): return '{0}'.format(self.city) ``` Here i want to filter with country Please help me