pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

when syncing models, formalchemy does not use descriptors (synonyms) for setting the field #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User may want to configure synonyms to have customizable setters. Such case
would be password hashing.

Original issue reported on code.google.com by iElect...@gmail.com on 5 Apr 2009 at 12:42

GoogleCodeExporter commented 9 years ago
if you can give a test case that I can drop into tests/test_fieldset.py, 
preferably
using the existing Synonym model, that would help.

Original comment by jbel...@gmail.com on 8 Apr 2009 at 7:28

GoogleCodeExporter commented 9 years ago
No test case provided.

Original comment by jbel...@gmail.com on 16 Jun 2009 at 5:13

GoogleCodeExporter commented 9 years ago
Actually, a test case was posted to the mailing list several weeks ago; I've 
attached
it here.  That said, this issue still appears to be invalid, since the problem 
with
setters for hashed passwords (issue 88) is in how fields are rendered and how 
sync()
works.  FA appears to use getters and setters for synonyms without a problem.

Original comment by kurtraschke@gmail.com on 17 Jun 2009 at 3:19

Attachments: