Changes between Version 32 and Version 35 of Ticket #28643
- Timestamp:
- Mar 18, 2018, 10:43:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v32 v35 35 35 ||{{{CHR}}}||Character with the given code||✔||✔||{{{CHAR}}}||{{{CHAR}}}||[https://github.com/django/django/pull/9583 9583]|| 36 36 ||{{{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]|| 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^**||-|| … … 42 42 ||{{{REVERSE}}}||Reverse the characters in a string||✔||-||✔||✔**^1^**||-|| 43 43 ||{{{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]|| 45 45 ||{{{RTRIM}}}||Removes trailing spaces||✔||✔||✔||✔||[https://github.com/django/django/pull/9220 9220]|| 46 46 ||{{{TRIM}}}||Removes leading and trailing spaces||✔||✔||✔||✔||[https://github.com/django/django/pull/9220 9220]||