1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/db_functions
Junyi Jiao a0b19a0f5b Refs #28643 -- Added math database functions.
Thanks Nick Pope for much review.
2018-07-05 11:02:12 -04:00
..
math Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
__init__.py
models.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_cast.py
test_chr.py
test_datetime.py
test_left.py
test_ord.py
test_pad.py
test_repeat.py
test_replace.py
test_right.py
test_strindex.py
test_trim.py
test_window.py
tests.py