Lukas Anzinger
Lukas Anzinger
The title says it all. This comes as a bit of a surprise and should be fixed, IMHO: ``` python >>> import delorean >>> delorean.Delorean.now(timezone='UTC') Delorean(datetime=datetime.datetime(2016, 5, 21, 20, 44,...
What primarily can go wrong (and already did in the past): 1. While trying to refine content extraction for a spider, a regression is introduced. I.e. the profil.at website has...
The sentinel value to detect a blank option is currently `__None`. This is unfortunately incompatible with [select2](https://github.com/select2/select2). select2 expects a blank field to have an empty value. I assume that...
According to https://podlove.org/2013/03/31/psc-1-2/, the current version is 1.2. This should be reflected in the document.
- [ ] Upload new image to ghcr - [ ] Update documentation related to docker/docker-compose
The `downgrade` and `upgrade` commands expect the the target revision to always be relative. Therefore, e.g. `flask db downgrade 1730111612` would try to revert the last 1730111612 revisions instead of...
Currently it's only possible to have all select `option`s inside `optgroup`s or not use `optgroup`s at all. This PR adds support for allowing non-grouped options (which appear next to groups)...
This PR adds support for a blank choice inconjunction with grouped data for the `QuerySelectField`. Note that this PR depends on the **unreleased** and **unmerged** PR https://github.com/pallets-eco/wtforms/pull/870.