Skip to content

Bring the latest changes from master into this datrangepicker patch#1

Open
schutt wants to merge 1003 commits into
schutt:update_daterangepickerfrom
pallets-eco:master
Open

Bring the latest changes from master into this datrangepicker patch#1
schutt wants to merge 1003 commits into
schutt:update_daterangepickerfrom
pallets-eco:master

Conversation

@schutt
Copy link
Copy Markdown
Owner

@schutt schutt commented May 18, 2021

No description provided.

hasansezertasan and others added 30 commits July 25, 2025 22:50
Fix `EnumFilter.clean()` method to handle enum members
Clean up old file
This reverts commit 39d95ac.
Co-authored-by: Hasan Sezer Taşan <13135006+hasansezertasan@users.noreply.github.com>
* mypy 3.13 for examples
* remove types-Flask, types-Flask-SQLAlchemy
---------
Co-authored-by: ElLorans <lorenzo.cerreta@gmail.com>
dependabot Bot and others added 30 commits April 20, 2026 23:39
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…blob_storage (#2879)

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When setting `column_filters` on a model, you can write dot-notated
paths like 'author.account.email' to traverse relationships and reach a
leaf attribute.

But when instantiating Filter classes you can't do this and need to pass
a Column/InstrumentedAttribute directly. This makes it hard to traverse
deeper relationships when using Filters vs using flask-admin's string
resolution.

This patch makes it possible to pass string paths to Filters and handles
resolving all of the required joins in the same way as passing raw
strings to `column_filters`.

This change is backwards compatible.
…ters

Support string column paths in filters
* persist the uv download cache between builds
* use the smaller python:3.10-slim (min version supported) in place of mcr.microsoft.com/devcontainers/python:3.12
* separate build (docker compose ... build app) from the run (uv run --no-sync pytest) adding --no-sync, so the container doesn't re-resolve dependencies at test time
Bumps [idna](https://github.com/kjd/idna) from 3.13 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.13...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.