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-03-02 21:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
/
text
History
Simon Charette
6364b6ee10
Fixed
#34955
-- Made Concat() use || operator on PostgreSQL.
...
This also avoids casting string based expressions in Concat() on PostgreSQL.
2023-11-14 10:56:20 +01:00
..
__init__.py
…
test_chr.py
…
test_concat.py
Fixed
#34955
-- Made Concat() use || operator on PostgreSQL.
2023-11-14 10:56:20 +01:00
test_left.py
…
test_length.py
…
test_lower.py
…
test_md5.py
…
test_ord.py
…
test_pad.py
…
test_repeat.py
…
test_replace.py
…
test_reverse.py
…
test_right.py
…
test_sha1.py
…
test_sha224.py
…
test_sha256.py
…
test_sha384.py
…
test_sha512.py
…
test_strindex.py
…
test_substr.py
…
test_trim.py
…
test_upper.py
…