Changes between Initial Version and Version 1 of Ticket #28374
- Timestamp:
- Jul 7, 2017, 10:35:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28374
- Property Component Uncategorized → Database layer (models, ORM)
- Property Type Uncategorized → Bug
-
Ticket #28374 – Description
initial v1 1 I have a model called "item" in an app called "PoliceInventory". I have a View for updating this model from a form, which inherits from DetailView and UpdateView. Note that I am leaving out code I believe to be irrelevant, but can provide more if needed. I am running 1.11.3 (to make sure I have the new fix for [https://code.djangoproject.com/ticket/19513], which I believe to be the same bug). I have placed a comment in the code below where the ProgrammingError is thrown. This is in Python 3.5.2.1 I have a model called "item" in an app called "PoliceInventory". I have a View for updating this model from a form, which inherits from DetailView and UpdateView. Note that I am leaving out code I believe to be irrelevant, but can provide more if needed. I am running 1.11.3 (to make sure I have the new fix for #19513, which I believe to be the same bug). I have placed a comment in the code below where the ProgrammingError is thrown. This is in Python 3.5.2. 2 2 3 3 ProgrammingError: