mupi / tecsaladeaula

Mupi courses plataform, forked from @hacklabr/timtec
http://tecsaladeaula.com.br
GNU Affero General Public License v3.0
6 stars 7 forks source link

Error when generating .csv report of all students #76

Closed rlage closed 6 years ago

rlage commented 6 years ago

File ".../Mupi/tecsaladeaula/administration/views.py" in get

  1. u.city.uf.name,

Exception Type: AttributeError at /admin/users/export/ Exception Value: 'NoneType' object has no attribute 'uf'

Error when there is a student with no city registered.