Changes between Initial Version and Version 1 of Ticket #10405


Ignore:
Timestamp:
Mar 3, 2009, 2:31:33 PM (15 years ago)
Author:
Alex Gaynor
Comment:

Pleas use the preview button. Further this is tested quite extensively: http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/string_lookup/models.py so if no more details can be provided I'm going to mark worksforme.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10405 – Description

    initial v1  
    22AttributeError: 'str' object has no attribute '_default_manager
    33------------------ getting this error ------------------------------------------
     4{{{
    45MOD_PYTHON ERROR
    56
     
    156157        defaults.update(kwargs)
    157158        return super(ForeignKey, self).formfield(**defaults)
     159}}}
Back to Top