Chris Rose
Chris Rose
This is the first part of the work that allows Django ORM to be displayed as well. It introduces a model adapter, and fully implements it for SQLAlchemy
I realize this is probably more "Pelican 101" than your plugin, so please bear with me, but I'm unable to actually see this output happen in my site. If I...
### Use case I am attempting to write a unit test for a piece of functionality that isn't in the top of the lambda function call stack, but _is_ emitting...
(As a drive-by, this also drops 3.7 support, which is EOL and out of the supported bounds of githubrelease) Rather than "Vendor" directly, this is locking based on the git...
Theoretically this would fix https://github.com/seveas/herd/issues/24 which is oversensitive in reporting openssh configuration issues.
Herd's SSH configuration parser is really noisy when my ssh configuration is using OpenSSH features: ```shellsession ❯ herd run ERRO[0000] Ignoring invalid ssh config line: IdentityFile=~/.ssh/id_rsa ERRO[0000] Ignoring invalid ssh...
Adds the tests that weren't carried forward in #8759 - [X] PR is based on the DEVELOP branch - [X] Don't send big changes all at once. Split up big...
I have an app that has a settings.py where it has a lot of environment-driven configuration; I'd love to have a walkthrough for converting it to django-configurations, ideally incrementally. I...
This may apply to older versions, too, but it definitely applies here:  The markdown edit widget is really narrow and tall; it would be nice to have it below...
# Trac ticket number ticket-28800 # Branch description This picks up work started by @hippietilley on their [hippietilley/django#ticket_28800](https://github.com/hippietilley/django/tree/ticket_28800) branch. I have made a couple of changes: * added documentation for...