Changes between Initial Version and Version 1 of Ticket #18972, comment 4
- Timestamp:
- Feb 23, 2013, 11:05:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18972, comment 4
initial v1 1 1 Patch provided above did not include new unit tests. 2 3 Note that although there is a bug here (the chunking math is wrong) it does not actually break anything. (Since x[a:b] where b>len(x) simply truncates and does not error.) 2 4 3 5 Rather than send this back marked "needs tests" I created a unit test: https://github.com/django/django/pull/780