Andrew Miller
Andrew Miller
I am starting to hit this issue (using the model utils FieldTracker) when upgrading to the following versions: * Django 3.2 * Django-polymorphic 3.1.0 * Django model utils 4.2.0 Definitely...
Likewise I opened a PR (#14) when I was working for a contract (I have since moved on). While I agree there aren't many changes that are needed, just some...
@mhemeryck see #328 and #329. I assume you are using Django TestCase and not TransactionTestCase?
I do have that in my config (see below) and no luck :( ``` const AWS = require('aws-sdk'); AWS.config.update({ accessKeyId: process.env.AWS_ACCESS_KEY_ID, secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY, }); module.exports = { siteMetadata: { title:...
a quick update from me. It is definitely a permissions issue. Looking at your package.json from your site I had an outdated gatsby version. Updating this led to a very...
@robinmetral I have just opened PR #339 which should allow private buckets to be used. It is still a work in progress right now, but the basics look to be...
Hi @rahul-nath, I was working on the PR above, but other priorities and that I hit an issue I couldn't get my head around with Gatsby has prevented me from...
I would say in partially. The example I gave above is around communication and #23 is currently dealing with a subset of the platforms listed. I would assume there are...
This is my initial application of the last patch attached to the Trac ticket. There is more to do to apply the full patch, which I will be adding soon
@matthiask Thanks for the notes. This PR is a simple application of the patch that was originally on the ticket with most conflicts resolved. I am pausing on this PR...