Halit Çelik

Results 8 comments of Halit Çelik

I am getting this error: django.core.exceptions.ImproperlyConfigured: Error importing devserver module devserver.modules.sql: "cannot import name util" Is it related to this issue?

@Temidayo32 I saw the discussions in wagtail issues. So, maybe we can discuss possible solutions. I'm happy to help if I can.

@Temidayo32 I'm already halfway through for a PR. It would be good to get the opinion of the maintainer.

@rtpg Thanks a lot. I'll create a PR. I thought this would not break the existing setups because we already have a database validation for 100 max length.

@rtpg I created a PR: https://github.com/jazzband/django-taggit/pull/874 I am a bit confused about passing `None` in the `Tagfield` `max_tag_length`. If somebody sets it to `None` and we skip validation, it will...

Your html has `hx-swap="beforebegin"` and the [documentation](https://htmx.org/docs/#swapping) says beforebegin | prepends the content before the target in the targets parent element -- | -- I think it should be `outerHTML`

> > Your html has `hx-swap="beforebegin"` and the [documentation](https://htmx.org/docs/#swapping) says > > beforebegin prepends the content before the target in the targets parent element > > I think it should...