Changes between Version 32 and Version 35 of Ticket #28643


Ignore:
Timestamp:
Mar 18, 2018, 10:43:47 AM (6 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643 – Description

    v32 v35  
    3535||{{{CHR}}}||Character with the given code||‎✔||‎✔||{{{CHAR}}}||{{{CHAR}}}||[https://github.com/django/django/pull/9583 9583]||
    3636||{{{LEFT}}}||Returns the leftmost number of characters as specified||‎✔||✔**^2^**||‎✔||✔**^2^**||[https://github.com/django/django/pull/9583 9583]||
    37 ||{{{LPAD}}}||Returns the string argument, left-padded with the specified string||‎✔||‎✔||‎✔||-||-||
     37||{{{LPAD}}}||Returns the string argument, left-padded with the specified string||‎✔||‎✔||‎✔||-||[https://github.com/django/django/pull/9798 9798]||
    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^**||-||
     
    4242||{{{REVERSE}}}||Reverse the characters in a string||‎✔||-||‎✔||✔**^1^**||-||
    4343||{{{RIGHT}}}||Returns the specified rightmost number of characters||‎✔||✔**^2^**||‎✔||✔**^2^**||[https://github.com/django/django/pull/9583 9583]||
    44 ||{{{RPAD}}}||Appends string the specified number of times||‎✔||‎✔||‎✔||-||-||
     44||{{{RPAD}}}||Appends string the specified number of times||‎✔||‎✔||‎✔||-||[https://github.com/django/django/pull/9798 9798]||
    4545||{{{RTRIM}}}||Removes trailing spaces||‎✔||‎✔||‎✔||‎✔||[https://github.com/django/django/pull/9220 9220]||
    4646||{{{TRIM}}}||Removes leading and trailing spaces||‎✔||‎✔||‎✔||‎✔||[https://github.com/django/django/pull/9220 9220]||
Back to Top