Mark Walker

Results 183 comments of Mark Walker

@amakarudze I think this one needs some testing/investigation because there's not enough info in that message, at least with my current understanding, to know quite what happens with past events/archiving....

@amakarudze I've had a little look at the API & in order to really get anything useful out of it, I think I'd need an access token for the django...

@amakarudze perfect, thanks 👍

@amakarudze I did make a start on something for this but when I discovered we had no cache service with pythonanywhere I wasn't sure on the best way to implement....

If it's just for a nicer appearance then this is a great package https://pypi.org/project/django-admin-interface/

@amakarudze From what I've seen, the changes aren't really from changes to admin, they're from the 2.2 upgrade. I've fixed a couple of things just now. Essentially it's areas of...

I get this on one of my other projects. Don't currently have a fix for it. I believe it happens when the user takes so long to complete the page...

I'm not entirely sure how you test `done()` of a `WizardView` class, because that method doesn't have a URL to test.

I saw via sentry that `done` appears to be exposed in the urls as a step in the wizard. It expects a list of validated forms, so there may be...

@amakarudze What I did on that issue doesn't impact on this. I didn't change anything with the way data is collected or the new `Event` objects are created. I changed...