This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-15 11:58:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
/
text
History
Nick Pope
abf8e390a4
Refs
#28643
-- Added Reverse database function.
...
Thanks Mariusz Felisiak for Oracle advice and review.
2019-01-12 10:45:48 -05:00
..
__init__.py
…
test_chr.py
…
test_concat.py
…
test_left.py
…
test_length.py
…
test_lower.py
…
test_ord.py
…
test_pad.py
Fixed
#29500
-- Fixed SQLite function crashes on null values.
2018-09-10 15:08:55 -04:00
test_repeat.py
Fixed
#29500
-- Fixed SQLite function crashes on null values.
2018-09-10 15:08:55 -04:00
test_replace.py
…
test_reverse.py
Refs
#28643
-- Added Reverse database function.
2019-01-12 10:45:48 -05:00
test_right.py
…
test_strindex.py
…
test_substr.py
…
test_trim.py
…
test_upper.py
…