Changes between Version 24 and Version 25 of Ticket #28643
- Timestamp:
- Jan 4, 2018, 2:17:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v24 v25 39 39 ||MD5()||Calculates the MD5 hash of string, returning the result in hexadecimal||X||-||-||-||-|| 40 40 ||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]|| 42 42 ||REVERSE()||Reverse the characters in a string||X||-||X||-||-|| 43 43 ||RIGHT()||Returns the specified rightmost number of characters||X||-||X||-||-||