Keryn Knight
Keryn Knight
Only noticed this while mocking out branch coverage for a custom namer (which essentially copies most of `source_name_dot_hash`): if `source_filename` becomes `None` [because for whatever reason](https://github.com/matthewwithanm/django-imagekit/blob/develop/imagekit/cachefiles/namers.py#L57) `generator.source` does not have...
Apologies; my javascript-fu is weak, but I'm thinking there's something awry. Simplest example I can think of is to replace the ender.js in the example with the jeesh (the versions...
Currently the form always does an `auto_query` ... but presumably I added `get_valid_filters` in 1c77c87159059709c271557a41623fa3b01500b5 so that I could expose that as a choice on the form and do that...
Currently, when using `csscss -v` to output to STDOUT, the text comes out like: ``` {#x} AND {#y} share 7 rules - display: none - padding-left: 0.8em - padding-right: 0.8em...
May as well find out if it passes CI, and if the ticket ([33098](https://code.djangoproject.com/ticket/33098)) isn't accepted I'll just close it down. The check within `keep_lazy_single_argument_wrapper` is slightly more involved than...
This is in no way finished, and the code styling and formatting are surely going to get some suggestions and consideration[^1], but here we go. `django.utils.dateformat.Formatter.format` has been replaced almost...
As far as I could tell from glancing around, and a bit of `pdb` jiggery-pokery, these situations weren't explicitly covered. I may be wrong, and I just couldn't find them,...
[Picking up a fairly old ticket, 28455](https://code.djangoproject.com/ticket/28455) to see if we can get discussion/implementation going again. Very much WIP. No tests added, none of the extras from the original branches,...
## What's wrong The current definition for `django.views.static.serve` specifies the return type as `HttpResponseBase`. Prior to that. it was specified as `FileResponse`. ## How is that should be As far...
Given a setup like so, to emulate turbolinks: ``` up.log.enable(); up.link.config.followSelectors.push('a[href]'); up.form.config.submitSelectors.push('form'); ``` I end up with what I presume is main target of `body`, because that gets augmented with...