Hiroki SAWANO
Hiroki SAWANO
It's possible to relate an entry between blogs, but the entry url in `puput/related_entries.html` cannot be rendered correctly. I think it's because `puput.urls.get_entry_url` resolves the blog path from `blog_page` ....
### Describe the feature or problem you’d like to solve I encountered a confusing error message when attempting to create a nested alias( #7457 ). When trying to set an...
`selected` can be set to multiple select options even if the select is not `multiple` if you choose an option more than once. I think `clickedOption.attr('selected', 'selected');` below should be...
If both `option` and `optgroup` are direct children of `select` (as shown in the example below), `option` is ignored when appending `anchor` . As a result, direct options don't show...
I encountered a validation error when querying only a single field from a model using SQLModel. The error occurs when using the following code: ```python from fastapi_pagination.ext.sqlmodel import paginate from...
### Checklist - [x] The bug is reproducible against the latest release or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...