Rifat Fazlutdinov

Results 2 issues of Rifat Fazlutdinov

I have 3 models (some fields are emitted to shorten the issue): ``` class Home(models.Model): address = models.CharField(max_length=150) formal_address = models.CharField(max_length=250, null=True, blank=True) homestead_number = models.CharField(null=True, blank=True, max_length=255) coords =...