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-14 03:25:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
queries
History
Hannes Ljungberg
c7c7615d00
Fixed
#32116
-- Fixed QuerySet.order_by() crash on EmptyQuerySet with union() on a single non-empty ordered queryset.
2020-10-19 08:36:07 +02:00
..
__init__.py
…
models.py
…
test_bulk_update.py
…
test_db_returning.py
…
test_deprecation.py
…
test_explain.py
Refs
#30897
-- Added test for WAL option to Queryset.explain() on PostgreSQL 13+.
2020-08-24 11:47:38 +02:00
test_iterator.py
…
test_q.py
…
test_qs_combinators.py
Fixed
#32116
-- Fixed QuerySet.order_by() crash on EmptyQuerySet with union() on a single non-empty ordered queryset.
2020-10-19 08:36:07 +02:00
test_query.py
…
tests.py
Fixed
#31843
-- Fixed pickling named values from QuerySet.values_list().
2020-09-16 13:43:06 +02:00