Erik Telepovský

Results 71 comments of Erik Telepovský
trafficstars

Nope, Mac OX 10.11.4 and the issue is also on my production server (Debian).

I have the same issue and I've found the bug. This line breaks it: https://github.com/agusmakmun/django-markdown-editor/blob/af0c347aab1e609428862361460f98e043992d80/martor/urls.py#L35 the view for custom URL is never used and the default ``markdown_imgur_uploader`` is applied. @agusmakmun...

It happens not only to long strings, but sometimes if many short strings appear in one controller as well.

Hello. I have the same issue. Is there a way how to easily solve it please?

+1 HTMLParser.unescape is deprecated since Python 3.4, and was removed from 3.9: https://github.com/pypa/setuptools/commit/53b8db359378f436bfd88f90a90aaf01b650d3a6

Hi. I have the same issue. Django==2.0.3 django-model-utils==3.0.0 ``` class Offer(models.Model): objects = InheritanceQuerySet.as_manager() class Meta: verbose_name = _('offer') verbose_name_plural = _('offers') class Order(Offer): class Meta: managed = False proxy...

Yes, that's exactly what I meant :) Thank you! Looking forward to it.

It is stored separately as charfields in SonarRequest, right? ```python class SonarRequest(models.Model): verb = models.CharField(max_length=255, verbose_name=_('Verb')) path = models.CharField(max_length=255, verbose_name=_('Path')) status = models.CharField(max_length=255, verbose_name=_('Status')) ```

![Screenshot 2024-04-21 at 19 26 07](https://github.com/metalogico/django-sonar/assets/2685808/ec8aa34a-33dd-47a0-9e94-676105d9b245)