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-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
…
..
array_default_migrations
…
array_index_migrations
…
migrations
…
__init__.py
…
fields.py
…
models.py
Fixed
#28577
-- Added checks for ArrayField and JSONField to prevent mutable defaults.
2017-10-20 13:17:22 -04:00
test_aggregates.py
Fixed
#28908
-- Allowed ArrayField lookups on ArrayAgg annotations.
2017-12-30 14:46:52 -05:00
test_array.py
…
test_citext.py
…
test_functions.py
…
test_hstore.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
test_indexes.py
…
test_introspection.py
Fixed
#28626
-- Dropped support for PostgreSQL 9.3.
2017-09-27 11:00:04 -04:00
test_json.py
…
test_ranges.py
…
test_search.py
…
test_signals.py
…
test_trigram.py
…
test_unaccent.py
…