Changes between Initial Version and Version 1 of Ticket #26821, comment 5
- Timestamp:
- Jul 4, 2016, 2:30:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26821, comment 5
initial v1 1 1 PR opened at https://github.com/django/django/pull/6876. After a discussion with Markus and Erik, it seems that the URLField should be able to process trailing spaces. Therefore, the deprecation warning and forcing of strip=True is only applied to the EmailField. 2 3 Edit: It seems a real space (not %20) is invalid for URLs, therefore the same fix is applied to the URLField (deprecation of Strip parameter)