blag

Results 62 issues of blag

**Is your feature request related to a problem? Please describe.** Releasing is a manual process and may not always go well. **Describe the solution you'd like** I would like to...

enhancement
difficulty: medium
up-for-grabs

Supercedes #169. Adds a `default_layout` setting with tests and documents it. Hat tip to @PNoryk.

Switch to using `pyproject.toml`, since that's a nice, declarative way to define a project. I tried to verify that the same files are included in the distribution by diffing the...

The [Python packaging specifications](https://packaging.python.org/specifications/core-metadata) indicate that the [`license` parameter](https://packaging.python.org/specifications/core-metadata/#license) to `setup()` should be used in one of the following cases: * the license is not a selection from the “License”...

This PR fixes a few small things: * A Markdown syntax omission * Indent the code blocks so they render at the same indent depth as the list items in...

Hello, I'm digging through the new [scheduled pipelines](https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/scheduled-pipelines.md) feature documentation. When converting from the old scheduled workflows syntax, I noticed that there doesn't seem to be an equivalent way to...

* Adjust the support matrix to drop Django < 3.2 and add Django > 4. * Update action versions in GHA config * Drop flake8 and isort, replace with ruff...

enhancement

Closes #74.

The [django-bleach](https://bitbucket.org/ionata/django-bleach) app makes using [bleach](https://github.com/jsocol/bleach) extremely easy to use in Django projects. Bleach "an HTML sanitizing library that escapes or strips markup and attributes based on a white list"....