django/tests/db_functions
Mariusz Felisiak 55cc26941a
Refs #28643 -- Added Repeat database function.
Thanks Tim Graham and Nick Pope for reviews.
2018-04-03 19:36:12 +02:00
..
__init__.py
models.py
test_cast.py
test_chr.py
test_datetime.py
test_left.py
test_ord.py
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_repeat.py Refs #28643 -- Added Repeat database function. 2018-04-03 19:36:12 +02:00
test_replace.py
test_right.py
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