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: 424a78f521342ce743ae7911342298e85ee93e17 (
plain
)
1
2
3
class AttributeSetter(object): def __init__(self, name, value): setattr(self, name, value)