David Sanders
David Sanders
Use the system check framework, https://docs.djangoproject.com/en/1.8/ref/checks/ to check that AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY are set.
Consider adding a TimeType, independent of date, which maps to https://docs.python.org/3/library/datetime.html#time-objects
Hey thanks for creating what I believe is the correct way to do this! I'd like to request the ability to specify upload options: My specific use-case is [incoming transformations](https://cloudinary.com/documentation/upload_images#incoming_transformations)....
Might be worth considering adding a sample `LOGGING` config to show exceptions in the Heroku logs?
[Fixes 34024](https://code.djangoproject.com/ticket/34024) Test added alongside those added with the original PR by Josh.
[Fixes #34007](https://code.djangoproject.com/ticket/34007) **Notes**: - I've only updated the one instance that fixes this discrepancy – should we update all `ValidationError` raised from `UniqueConstraint.validate()` to use `code="unique"`? - I've updated the...
Hi Carlton/Mariusz, I had a look through the ordering code and it seems safe to assume that anything of the form `order_by(related__something)` must assume "something" is a field and not...
Hello, Today a colleague wasn't sure on how to refer to a `RelatedObjectDoesNotExist` exception and we ended up reading the source code to figure it out. Thought you may appreciate...
Django will redirect if missing trailing slashes, but this will only work for GET. Redirects will also not work if doing a cross origin request while developing (eg localhost:4000 ->...