Eduard Gamonal

Results 2 issues of Eduard Gamonal

using a fork of the codepen in #211 I tested strings with ampersands, for example for html entities. it basically ignores the translation related to #178 but checks that ``work...

A year ago a similar issue was filled for Django framework https://github.com/tomchristie/django-rest-framework/issues/1488 Model example: ``` class PointOfSales(models.Model): location = models_gis.PointField(blank=True, null=True) class Deal(models.Model): promo_code = models.CharField(max_length=25, blank=True, null=True) points_of_sales =...

feature-request