Closed treyhunner closed 13 years ago
I added a field to record the creation date for Response and CIMResponse models and I made the result_text field in CIMResponse use a textarea in the admin interface because it can get pretty long.
Response
CIMResponse
result_text
Both of your concerns are valid. I also messed up the commit range when making this request. I'll update it accordingly.
I added a field to record the creation date for
Response
andCIMResponse
models and I made theresult_text
field inCIMResponse
use a textarea in the admin interface because it can get pretty long.