Alexandr Artemyev

Results 70 comments of Alexandr Artemyev

I like ruff very much. But poetry is not for me. If you like ruff too take a look to another astral's solution https://docs.astral.sh/uv/

Also, a huge part of the original Django code related to `self.lookup_val_isnull` is missing.

I guess this will not be accepted See https://github.com/SmileyChris/django-countries/issues/5 Also there are many other issues about Kosovo in this repo. Try to search

Wiki is not a source of true for this project. https://github.com/SmileyChris/django-countries/blob/2547f4de0dba9c858e1875e55f7a9032cb6315f2/django_countries/data.py#L2-L16 Could you check according to this doc? South Sudan seems to have a code, unlike Kosovo.

@codingjoe checked. Problem exists. https://inspector.pypi.io/project/django-hijack/3.5.4/packages/40/bf/d26dfc7a785bede78cb141f1e78f27db0476c10f191e56684652ed83c9f3/django_hijack-3.5.4-py3-none-any.whl/ ![image](https://github.com/django-hijack/django-hijack/assets/721963/3526a35a-c67f-43a1-be1a-71363f6302a5)

Also tests should be excluded from packaging.

In our documentation in the customization section, we use `hijack.min.css`. This is misleading.

> > Also tests should be excluded from packaging. > > Apparently not, at least from sources packaging, as I learned from a long interaction with launchpad. They alter distributions...

The behavior you're showing is typical for Django. If logs are too noisy, you can adjust the logging configuration. Missing context in Django templates is not an issue - `{%...

@spiceworm Do you use `string_if_invalid`? I believe it's why you are getting this exception. I'd recommend you not to use it. More details you can get in Adam's blogpost https://adamj.eu/tech/2022/03/30/how-to-make-django-error-for-undefined-template-variables/#with-the-string-if-invalid-option