Changes between Version 35 and Version 37 of Ticket #28643
- Timestamp:
- Mar 21, 2018, 1:14:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v35 v37 38 38 ||{{{LTRIM}}}||Removes leading spaces||✔||✔||✔||✔||[https://github.com/django/django/pull/9220 9220]|| 39 39 ||{{{MD5}}}||Calculates the MD5 hash of string, returning the result in hexadecimal||✔||-||-||✔**^1^**||-|| 40 ||{{{REPEAT}}}||Repeats a string the specified number of times||✔||-||✔|| -||-||40 ||{{{REPEAT}}}||Repeats a string the specified number of times||✔||-||✔||✔**^1^**||[https://github.com/django/django/pull/9808 9808]|| 41 41 ||{{{REPLACE}}}||Replaces occurrences of a specified string||✔||✔||✔||✔||[https://github.com/django/django/pull/9539 9539] [[span(style=font-size:75%, (Merged))]]|| 42 42 ||{{{REVERSE}}}||Reverse the characters in a string||✔||-||✔||✔**^1^**||-||