1
0
mirror of https://github.com/django/django.git synced 2025-01-01 14:06:06 +00:00
django/tests/postgres_tests
Simon Charette 0db8bf3d60 Refs #10929 -- Fixed aggregates crash when passing strings as defaults.
Previously strings were interpreted as F() expressions and default
crashed with AttributeError:
    'F' object has no attribute 'empty_result_set_value'
2022-11-29 13:08:05 +01:00
..
array_default_migrations
array_index_migrations
migrations
__init__.py
fields.py
integration_settings.py
models.py
test_aggregates.py Refs #10929 -- Fixed aggregates crash when passing strings as defaults. 2022-11-29 13:08:05 +01:00
test_apps.py
test_array.py Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField's __overlap lookup. 2022-11-18 05:53:37 +01:00
test_bulk_update.py
test_citext.py
test_constraints.py Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints on PostgreSQL. 2022-11-10 11:07:24 +01:00
test_functions.py
test_hstore.py
test_indexes.py
test_integration.py
test_introspection.py
test_operations.py
test_ranges.py Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator. 2022-10-05 09:41:01 +02:00
test_search.py
test_signals.py
test_trigram.py Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2022-10-08 08:07:38 +02:00
test_unaccent.py Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2022-10-08 08:07:38 +02:00