New issue report by garthk:
What steps will reproduce the problem?
1. Run 'manage.py fingerprint appname'
2. Create projectname/appname/schema_evolution.py
3. In that file, set 'fingerprints = ['fv1:-436177719'] # or whatever
4. Run 'manage.py fingerprint appname' again
What is the expected output? What do you see instead?
Expected: that the fingerprint is recognized.
Seen: the fingerprint is still not recognized
(I expect this because of the tests, including issue4_textfield_add.
I note that the case08_evolution test doesn't have a fingerprints
property.)
What version of the product are you using? On what operating system?
trunk r77
Please provide any additional information below.
deseb.schema_evolution.get_sql_fingerprint doesn't check the app's
schema_evolution.fingerprints variable at all. Easily fixed: see
patch.
Attachments:
schema_evolution2.diff 736 bytes
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings