Changes between Initial Version and Version 1 of Ticket #24663, comment 2
- Timestamp:
- Apr 19, 2015, 8:50:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24663, comment 2
initial v1 1 1 Provided a "raw" patch and asked for pull request: https://github.com/django/django/pull/4530 2 2 3 I should know better python2 to say if this can be a definitive. I copy my pull request comment below ;3 I should know better python2 to say if this can be a definitive. I copy my pull request comment below: 4 4 5 5 > this is just a raw fix I have not investigated how it can be possibile that python2 has 2 exceptions in that point of execution. … … 8 8 > 9 9 > I don't know enough python now, but I have preferred to give a raw patch because of the "release critical" severity. 10 11 Furthermore I think I should provide a unittest for this case... maybe copying models from #24539 base/models.py attached files...