thenewguy
thenewguy
I just submitted a pull request. All tests pass for me locally. This issue isn't just for primary keys. That is just what I ran into first. It would be...
Should forms that are swapped out dynamically be provided in the initial wizard definition as None? This makes sense to me, but it will require some other changes. For example,...
Found two more: - https://code.djangoproject.com/ticket/18830 - https://code.djangoproject.com/ticket/22246 Haven't transferred them over yet
ci failure appears to be unrelated to changes in the pr
@luzfcb This is relevant to me but work has currently taken me in a different direction and I haven't been able to swing back around to this yet unfortunately.
I've worked around it for now using a new tech in place of the html5 tech. The concept works well. I wrote a couple of source handlers that use options...
@JonathonReinhart try image: registry:2.1.1 I think 2.1 is the minimum version supported according to the docs I read
Adding `Vary: Cookie` prevents the reverse proxy (or CDN - like Cloudfront) from serving the cached response to another session. Introducing `Vary: Cookie` when it isn't required means that anonymous...
I just saw this. I've been out of town. If you would merge my tests and the updated checks I'm happy to rework it.