Changes between Initial Version and Version 1 of Ticket #18972, comment 4


Ignore:
Timestamp:
Feb 23, 2013, 11:05:05 AM (12 years ago)
Author:
Michael F. Lamb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18972, comment 4

    initial v1  
    11Patch provided above did not include new unit tests.
     2
     3Note 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.)
    24
    35Rather than send this back marked "needs tests" I created a unit test: https://github.com/django/django/pull/780
Back to Top