Ed Menendez

Results 5 issues of Ed Menendez

Currently, you could be left with a circular import problem if your preparer references another preparer that hasn't been defined yet and you can't change the order of the preparers...

# Bug Report ## Describe the bug When trying to create a backup that's larger than 5GB it fails. I realize this is django-storages failing and it's because of a...

Great Jamstack tool btw! The workaround is simple. Set `SECURE_SSL_REDIRECT = False`. If it's True it will return ``` Loading site URLs CommandError: View returned an invalid status code: 301...

Is there any interest in adding smart conflict detection to this? The way it could work is, if it detects the version number doesn't match, go ahead and check the...

**Describe the bug** When trying to run `python manage.py migrate` it gets stuck on `oauth2_provider.0012_add_token_checksum` **To Reproduce** Run `python manage.py migrate` the first time. It will get through all the...

bug