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-02-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
History
Hasan Ramezani
275dd4ebba
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
...
Co-authored-by: Tim Graham <timograham@gmail.com>
2020-12-10 18:00:57 +01:00
..
comparison
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
datetime
Fixed
#31640
-- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone.
2020-10-14 20:06:26 +02:00
math
Fixed
#32060
-- Added Random database function.
2020-10-02 06:58:03 +02:00
migrations
Fixed
#30240
-- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions.
2019-03-20 19:30:43 +01:00
text
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
window
…
__init__.py
…
models.py
Removed unused __str__() methods in tests models.
2020-04-30 09:13:23 +02:00
tests.py
…