3
0
Fork 0

feat: add support for association proxy fields in model forms

This commit is contained in:
Lance Edgar 2026-02-17 14:06:38 -06:00
parent e1122caa9c
commit 48f96220b6
4 changed files with 338 additions and 4 deletions

View file

@ -30,6 +30,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
intersphinx_mapping = {
"alembic": ("https://alembic.sqlalchemy.org/en/latest/", None),
"colander": ("https://docs.pylonsproject.org/projects/colander/en/latest/", None),
"colanderalchemy": ("https://colanderalchemy.readthedocs.io/en/latest/", None),
"deform": ("https://docs.pylonsproject.org/projects/deform/en/latest/", None),
"fanstatic": ("https://www.fanstatic.org/en/latest/", None),
"pyramid": ("https://docs.pylonsproject.org/projects/pyramid/en/latest/", None),