This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
21ff23bfeb
django1
/
django
/
db
/
models
/
functions
History
Tim Graham
d47498c5df
Fixed
#30156
-- Dropped support for SpatiaLite 4.1 and 4.2.
2019-02-04 13:16:38 -05:00
..
__init__.py
Refs
#28643
-- Added Reverse database function.
2019-01-12 10:45:48 -05:00
comparison.py
Simplified overriding source expressions in some database functions.
2019-01-14 13:02:58 -05:00
datetime.py
Corrected comment in TruncTime database function.
2019-01-14 13:02:58 -05:00
math.py
Fixed
#30156
-- Dropped support for SpatiaLite 4.1 and 4.2.
2019-02-04 13:16:38 -05:00
mixins.py
Refs
#28643
-- Extracted DurationField logic for Avg() and Sum() into mixin.
2019-01-14 14:39:57 -05:00
text.py
Avoided calling as_oracle() for SQLite in Left database function.
2019-01-14 13:02:58 -05:00
window.py
Simplified some imports for database functions.
2019-01-08 19:21:31 -05:00