index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
fields
/
utils.py
blob: 82da93e892b021799f7c1046ed5069b8f077b92c (
plain
)
1
2
3
class AttributeSetter: def __init__(self, name, value): setattr(self, name, value)