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-07 07:52:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
History
Sigurd Ljødal
a455e732a0
Fixed
#28650
-- Added TruncWeek database function.
2018-01-27 09:59:13 -05:00
..
__init__.py
Fixed
#23753
-- Added a suite of SQL Functions
2014-12-27 15:27:27 +11:00
models.py
Refs
#18247
-- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
2017-03-29 13:29:53 -04:00
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_datetime.py
Fixed
#28650
-- Added TruncWeek database function.
2018-01-27 09:59:13 -05:00
test_replace.py
Refs
#28643
-- Added Replace database function.
2018-01-17 20:46:15 -05:00
test_strindex.py
Refs
#27834
-- Removed Value wrapping from StrIndex's substring param.
2017-04-03 08:39:57 -04:00
test_window.py
Fixed
#26608
-- Added support for window expressions (OVER clause).
2017-09-18 09:42:29 -04:00
tests.py
Fixed
#29047
-- Corrected Substr test to use expressions.
2018-01-24 08:07:28 -05:00