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-24 09:04:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
James Beith
19e838daa8
Fixed
#33982
-- Fixed migrations crash when adding model with ExclusionConstraint.
...
Regression in 0e656c02fe945389246f0c08f51c6db4a0849bd2.
2022-09-07 08:40:56 +02:00
..
array_default_migrations
…
array_index_migrations
…
migrations
Fixed
#33872
-- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-08-03 11:42:51 +02:00
__init__.py
…
fields.py
Fixed
#33872
-- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-08-03 11:42:51 +02:00
integration_settings.py
…
models.py
Fixed
#33872
-- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-08-03 11:42:51 +02:00
test_aggregates.py
Fixed
#33898
-- Fixed Window() expression crash with ArrayAgg().
2022-08-06 17:59:31 +02:00
test_apps.py
…
test_array.py
Fixed
#33927
-- Fixed crash when displaying ArrayField with choices in admin.
2022-08-23 15:51:42 +02:00
test_bulk_update.py
…
test_citext.py
Fixed
#33872
-- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-08-03 11:42:51 +02:00
test_constraints.py
Fixed
#33982
-- Fixed migrations crash when adding model with ExclusionConstraint.
2022-09-07 08:40:56 +02:00
test_functions.py
…
test_hstore.py
…
test_indexes.py
…
test_integration.py
…
test_introspection.py
…
test_operations.py
…
test_ranges.py
…
test_search.py
…
test_signals.py
…
test_trigram.py
…
test_unaccent.py
…