Ben Wadsworth

Results 3 issues of Ben Wadsworth

First of all, great tool! I love the editor integration, makes everything really easy. The issue I'm getting is that editing a file with the `public-read` ACL then saving it...

bug

I've noticed that should_update is not called when calling update_index, causing all indexes to be updated. A quick search seems to suggest that it's mainly happening to people using this...

Defect

Hi, I couldn't find anything about this issue so I thought I'd post it here. I have a test like this: ```python @pytest.mark.django_db def test_0104_migration(migrator_factory): migrator = migrator_factory("default") old_state =...