Anomalie #2953
ferméFINDS modif : crash on validatation
0%
Description
Must be linked to the "checking" feature
FieldDoesNotExist at /find_modification/done
Find has no field named 'checked_date'
Request Method: GET
Request URL: http://ishtar-test.proxience.net/find_modification/done
Django Version: 1.4.5
Exception Type: FieldDoesNotExist
Exception Value:
Find has no field named 'checked_date'
Exception Location: /usr/lib/python2.7/dist-packages/django/db/models/options.py in get_field, line 293
Python Executable: /usr/bin/uwsgi-core
Python Version: 2.7.3
Python Path:
['/srv/ishtar-ctest/ishtar/',
'.',
'',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/pymodules/python2.7']
Server time: mer, 18 Nov 2015 09:13:44 +0100
Traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
- response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py" in view
- return self.dispatch(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in dispatch
- response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py" in dispatch
- return handler(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in get
- ), **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in render_done
- return super(NamedUrlWizardView, self).render_done(form, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in render_done
- done_response = self.done(final_form_list, **kwargs)
File "/srv/ishtar-ctest/ishtar/ishtar_common/wizards.py" in done
- return_object)
File "/srv/ishtar-ctest/ishtar/ishtar_common/wizards.py" in save_model
- isinstance(obj.class._meta.get_field(k), FileField) or
File "/usr/lib/python2.7/dist-packages/django/db/models/options.py" in get_field
- raise FieldDoesNotExist('%s has no field named %r' % (self.object_name, name))
Exception Type: FieldDoesNotExist at /find_modification/done
Exception Value: Find has no field named 'checked_date'
Mis à jour par Yann Le Jeune il y a environ 9 ans
"check date" seems to have been forgotten in FINDS table ?