Changeset 1186 for trunk/camelot/view/elixir_admin.py
- Timestamp:
- 03/13/10 12:31:24 (6 months ago)
- Files:
-
- 1 modified
-
trunk/camelot/view/elixir_admin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/camelot/view/elixir_admin.py
r1146 r1186 169 169 from elixir import entities 170 170 mapped_entities = [str(e) for e in entities] 171 logger.error(u'%s is not a mapped class, mapped classes include %s'%(self.entity, u','.join( mapped_entities)),171 logger.error(u'%s is not a mapped class, mapped classes include %s'%(self.entity, u','.join([unicode(me) for me in mapped_entities])), 172 172 exc_info=exception) 173 173 raise exception … … 401 401 model = QueryTableProxy( 402 402 tableview.admin, 403 tableview._table_model. _query_getter,403 tableview._table_model.get_query_getter(), 404 404 tableview.admin.get_fields, 405 405 max_number_of_rows=1
