Changes between Version 35 and Version 37 of Ticket #28643


Ignore:
Timestamp:
Mar 21, 2018, 1:14:48 PM (7 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643 – Description

    v35 v37  
    3838||{{{LTRIM}}}||Removes leading spaces||‎✔||‎✔||‎✔||‎✔||[https://github.com/django/django/pull/9220 9220]||
    3939||{{{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]||
    4141||{{{REPLACE}}}||Replaces occurrences of a specified string||‎✔||‎✔||‎✔||‎✔||[https://github.com/django/django/pull/9539 9539] [[span(style=font-size:75%, (Merged))]]||
    4242||{{{REVERSE}}}||Reverse the characters in a string||‎✔||-||‎✔||✔**^1^**||-||
Back to Top