Changes between Version 24 and Version 25 of Ticket #28643


Ignore:
Timestamp:
Jan 4, 2018, 2:17:21 PM (7 years ago)
Author:
Mads Jensen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643 – Description

    v24 v25  
    3939||MD5()||Calculates the MD5 hash of string, returning the result in hexadecimal||X||-||-||-||-||
    4040||REPEAT()||Repeats a string the specified number of times||X||-||X||-||-||
    41 ||REPLACE()||Replaces occurrences of a specified string||X||X||X||X||-||
     41||REPLACE()||Replaces occurrences of a specified string||X||X||X||X||[https://github.com/django/django/pull/9539 9539]||
    4242||REVERSE()||Reverse the characters in a string||X||-||X||-||-||
    4343||RIGHT()||Returns the specified rightmost number of characters||X||-||X||-||-||
Back to Top