alexkiro
alexkiro
Fix for issues https://bugs.exim.org/show_bug.cgi?id=1994
It would be great if you could add a changelog to the project. Making it easier to understand what changed between different version :)
Changes to upgrade the Django version from the EOL version Django 1.11 to 4.1 - Pin and upgrade all project dependencies - Python 2 support is dropped in newer versions...
It seems that this warning message may not be accurate anymore and can be a bit misleading? ``` FutureWarning: Version 0.22.0+ of crontab will use datetime.utcnow() and datetime.utcfromtimestamp() instead of...
The command requires both a name and an URL
You might want to consider publishing this to [PyPI](https://pypi.python.org/pypi). This would give the ability to anyone to install this using `pip`: ``` pip install minidns ``` I've already submitted a...
When using django admin inlines for M2M relationships, there is documented limitation that means `m2m_changed` signal isn't triggered. From [django docs](https://docs.djangoproject.com/en/5.0/ref/contrib/admin/#working-with-many-to-many-models): > Note that when using this technique the [m2m_changed](https://docs.djangoproject.com/en/5.0/ref/signals/#django.db.models.signals.m2m_changed)...
After installing a new version of `django-environ` it appears that double quotes no longer work for including `#` as a character in a string. This appears to be breaking change...
### What rule do you want to change? sort-objects ### Describe the problem Currently the [sort-objects](https://eslint-plugin-perfectionist.azat.io/rules/sort-objects) rule is incompatible with the [order-in-components](https://eslint.vuejs.org/rules/order-in-components). It would be nice if these two could...
When changing the number of lines shown in a diff the code comments fail to work correctly unless they are viewed at the same line. #### Steps: 1. Choose a...