id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 4440 [oracle] Error when creating a new record using Admin interface pradeep.gowda@… Adrian Holovaty "When I try to add a record using the admin interface, it fails with this error message. I'm using Oracle XE on windows. {{{ AttributeError at /admin/ 'NoneType' object has no attribute 'empty_strings_allowed' Request Method: GET Request URL: http://192.168.1.109:8080/admin/ Exception Type: AttributeError Exception Value: 'NoneType' object has no attribute 'empty_strings_allowed' Exception Location: c:\Python24\Lib\site-packages\django\db\backends\oracle\base.py in resolve_columns, line 473 Template error In template C:\Python24\lib\site-packages\django\contrib\admin\templates\admin/index.html, error at line 56 Caught an exception while rendering: 'NoneType' object has no attribute 'empty_strings_allowed' 46 47 {% endblock %} 48 49 {% block sidebar %} 50
51
52

{% trans 'Recent Actions' %}

53

{% trans 'My Actions' %}

54 {% load log %} 55 {% get_admin_log 10 as admin_log for_user user %} 56 {% if not admin_log %} 57

{% trans 'None available' %}

58 {% else %} 59 64 {% endif %} 65
66
}}}" closed contrib.admin other branch fixed Unreviewed 0 0 0 0 0 0