fix unnecessary field-name/model-name conflicts (i.e. field_name == model_name.lower() )

=> __init__ + __getattribute__ now handle only the Django inheritance
references that are needed ('modela_ptr', 'modelc' etc.), avoiding
unnecessary conflicts with field names.
This commit is contained in:
Bert Constantin
2010-02-18 17:13:05 +01:00
parent 2795f7acd5
commit 7e584632b8
3 changed files with 27 additions and 13 deletions
+1
View File
@@ -5,6 +5,7 @@
.project
.pydevproject
.settings
nbproject
tmp
libraries-local