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-21 23:05:09 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
/
comparison
History
David Wobrock
dd1fa3a31b
Fixed
#33018
-- Fixed annotations with empty queryset.
...
Thanks Simon Charette for the review and implementation idea.
2021-09-29 20:23:29 +02:00
..
__init__.py
…
test_cast.py
Refs
#32858
, Refs
#32392
-- Restored using :: shortcut syntax in Cast() on PostgreSQL.
2021-06-22 06:28:42 +02:00
test_coalesce.py
Fixed
#33018
-- Fixed annotations with empty queryset.
2021-09-29 20:23:29 +02:00
test_collate.py
…
test_greatest.py
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
test_json_object.py
…
test_least.py
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
test_nullif.py
…