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-10 17:35:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
Gagaro
667105877e
Fixed
#30581
-- Added support for Meta.constraints validation.
...
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
2022-05-10 11:22:23 +02:00
..
array_default_migrations
…
array_index_migrations
…
migrations
…
__init__.py
…
fields.py
…
integration_settings.py
…
models.py
…
test_aggregates.py
…
test_apps.py
…
test_array.py
…
test_bulk_update.py
…
test_citext.py
…
test_constraints.py
Fixed
#30581
-- Added support for Meta.constraints validation.
2022-05-10 11:22:23 +02:00
test_functions.py
…
test_hstore.py
…
test_indexes.py
Fixed
#33607
-- Made PostgresIndex.create_sql() respect the "using" argument.
2022-04-15 22:00:28 +02:00
test_integration.py
…
test_introspection.py
…
test_operations.py
…
test_ranges.py
Fixed
#33656
-- Fixed MultiWidget crash when compressed value is a tuple.
2022-04-26 07:06:26 +02:00
test_search.py
Fixed
#33675
-- Dropped support for PostgreSQL 10 and PostGIS 2.4.
2022-05-04 06:28:51 +02:00
test_signals.py
…
test_trigram.py
…
test_unaccent.py
…