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-23 07:55:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
Alexander Kerkum
f88fc72da4
Fixed
#34016
-- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg().
...
Regression in e06dc4571ea9fd5723c8029959b95808be9f8812.
2022-09-17 19:38:20 +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
#34016
-- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg().
2022-09-17 19:38:20 +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
#33996
-- Fixed CheckConstraint validation on NULL values.
2022-09-13 12:48:31 +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
…