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-01-30 03:59:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
History
bobort
f82de6bfb1
Refs
#28643
-- Added Ord, Chr, Left, and Right database functions.
2018-02-23 10:23:22 -05:00
..
__init__.py
…
models.py
…
test_cast.py
Fixed
#28857
-- Fixed invalid SQL when using Cast with complex expressions on PostgreSQL.
2018-01-17 09:28:03 -05: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
Fixed
#28650
-- Added TruncWeek database function.
2018-01-27 09:59:13 -05:00
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_replace.py
Refs
#28643
-- Added Replace database function.
2018-01-17 20:46:15 -05:00
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_window.py
…
tests.py
Removed redundant lookup name in register_lookup() calls.
2018-02-19 13:12:13 -05:00