Changes between Initial Version and Version 1 of Ticket #10405
- Timestamp:
- Mar 3, 2009, 2:31:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10405 – Description
initial v1 2 2 AttributeError: 'str' object has no attribute '_default_manager 3 3 ------------------ getting this error ------------------------------------------ 4 {{{ 4 5 MOD_PYTHON ERROR 5 6 … … 156 157 defaults.update(kwargs) 157 158 return super(ForeignKey, self).formfield(**defaults) 159 }}}