Rich Rauenzahn
Rich Rauenzahn
I added this to my Django project and it locked up my Clacks, gave me weird dreams, and then I was visited by a banshee in the middle of the...
Somehow it thinks these are both defined: `django.core.exceptions.ImproperlyConfigured: PASSWORD_RESET_TIMEOUT_DAYS/PASSWORD_RESET_TIMEOUT are mutually exclusive.` And neither are in my code. I even tried setting one to None. I fear that Django has...
I know this project is possibly declared dead, but just fyi, there are places where the construct: if instance: .... is used, and I am finding it evaluates the entire...
Current version on pypi only supports django-filter 1.x -- your latest allows django-filter 2.x? Is the project at a state where an update could be pushed? Thanks!
venv/lib64/python3.6/site-packages/ipwhois/net.py:223: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead data = self.dns_resolver.query(self.dns_zone, 'TXT') venv/lib64/python3.6/site-packages/ipwhois/net.py:265: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead data = self.dns_resolver.query(zone, 'TXT')
### Is your feature request related to a problem? Please describe I use pylint in vi with a pyproject.toml -- pyproject.toml isn't always in my $CWD. ### Describe the solution...
### Summary: I had the (obviously now incorrect) assumption that if I used `celery_beat` in the celery config dictionary to define my schedule that if I changed it (renamed or...
## Code Version pysaml2==4.6.5 ## Expected Behavior I'd expect a better error message regarding root cause ## Current Behavior My end points didn't match -- in short, my endpoints allowed...
More of a question than a bug -- is there a best practice for doing migrations when triggers exist? Right now I'm just doing a manage pgtrigger uninstall before I...
This isn't so much of a request, but to just log my findings of getting this to work with multi table inheritance. First, you will need to pass `related_name='+'` to...