feat: add support for association proxy fields in model forms
This commit is contained in:
parent
e1122caa9c
commit
48f96220b6
4 changed files with 338 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue