Dan Davis

Results 113 comments of Dan Davis

Is it better to do this in this module, or another that uses `json_logging.register_framework_support`. Whether in this package or another, the way to make it easy for a Django developer...

@thangbn, I have a broken wrist right now. I code *slow* until healed. But wait a month or so. I've also been wondering about the correlation id, and auto headers...

For one of my concrete sub-classes of `UpdateWithInlinesView`, my override of `forms_valid` is getting very long. I was just thinking of something similar to what is proposed above and went...

I maybe have a better idea. Maybe we can check if the form class is an instance of new marker mixins called something like "FormsetAwareForm" and "InlinesAwareForm". If so, send...

I have this use case working lbasically like this: ```python {% crispy form %} {% crispy formset %} ``` I do basically the same thing again and again (e.g. the...

I just did a "python setup.py test", and it looks like some requirements would need to be pinned for me to test successfully. Some of these are in test code,...

Is a live bucket required to run tests? Can that be easily parameterized?

I see. The intention is to define AWS_ACCESS_KEY_ID and so on to make sure that we are not mutating any real environment, as described in [moto documentation](http://docs.getmoto.org/en/latest/docs/getting_started.html#example-on-usage). The issue is...

I have tested with Django 3.2 and added it to the build matrix. I am stopped from a good pull request by two things: * Travis-CI.org shutdown awhile ago, and...

@jaycle, in my government workplace, most developers are expected to work on Windows, and Docker is not permitted nor is WSL (Windows sub-system for Linux). A pull request would enable...