1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests/postgres_tests
Mariusz Felisiak 7deeabc7c7 Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection.
Thanks to Sage M. Abdullah for the report and initial patch.
Thanks Florian Apolloner for reviews.
2019-08-01 09:24:54 +02:00
..
array_default_migrations
array_index_migrations
migrations Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
__init__.py
fields.py
integration_settings.py
models.py Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
test_aggregates.py
test_apps.py
test_array.py Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields. 2019-07-03 13:35:51 +02:00
test_bulk_update.py
test_citext.py
test_constraints.py Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
test_functions.py
test_hstore.py Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection. 2019-08-01 09:24:54 +02:00
test_indexes.py
test_integration.py
test_introspection.py
test_json.py Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection. 2019-08-01 09:24:54 +02:00
test_ranges.py Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField when the right hand side is the same type. 2019-07-10 10:33:36 +02:00
test_search.py
test_signals.py
test_trigram.py
test_unaccent.py