Changes between Initial Version and Version 1 of Ticket #30677
- Timestamp:
- Aug 4, 2019, 7:58:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30677
- Property Has patch set
-
Ticket #30677 – Description
initial v1 1 1 I am upgrading to 2.2.1 from 2.0.5 and my tests are failing due to a change in the test client: https://docs.djangoproject.com/en/2.2/releases/2.2/#miscellaneous. It now throws an exception if a None value is provided in data given to a POST. I would like to propose an improvement to the message to display the offending Key and Value that generate the exception. 2 3 I have a proposed change in my fork on github: https://github.com/idahogray/django/tree/ticket_30677