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-12 10:26:28 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
History
Mariusz Felisiak
6141c752fe
Fixed
#29251
-- Added bytes to str conversion in LPad/RPad database functions on MySQL.
...
Thanks Tim Graham for the review.
2018-04-03 18:24:04 +02:00
..
__init__.py
…
models.py
…
test_cast.py
Fixed
#29209
-- Fixed Cast() with TextField on MySQL and Oracle.
2018-03-12 21:57:14 -04:00
test_chr.py
Refs
#28643
-- Added Ord, Chr, Left, and Right database functions.
2018-02-23 10:23:22 -05:00
test_datetime.py
…
test_left.py
Refs
#28643
-- Added Ord, Chr, Left, and Right database functions.
2018-02-23 10:23:22 -05:00
test_ord.py
Refs
#28643
-- Added Ord, Chr, Left, and Right database functions.
2018-02-23 10:23:22 -05:00
test_pad.py
Fixed
#29251
-- Added bytes to str conversion in LPad/RPad database functions on MySQL.
2018-04-03 18:24:04 +02:00
test_replace.py
…
test_right.py
Refs
#28643
-- Added Ord, Chr, Left, and Right database functions.
2018-02-23 10:23:22 -05:00
test_strindex.py
…
test_trim.py
Refs
#28643
-- Added LTrim, RTrim, and Trim database functions.
2018-03-15 20:57:23 +01:00
test_window.py
…
tests.py
…