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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
postgres_tests
History
…
..
array_default_migrations
…
array_index_migrations
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
migrations
…
__init__.py
…
fields.py
…
integration_settings.py
Fixed
#30111
-- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
2019-01-22 17:49:30 -05:00
models.py
…
test_aggregates.py
Fixed
#32961
-- Added BitXor() aggregate to django.contrib.postgres.
2021-10-01 10:32:39 +02:00
test_apps.py
…
test_array.py
…
test_bulk_update.py
…
test_citext.py
…
test_constraints.py
…
test_functions.py
…
test_hstore.py
Fixed
#25534
,
Fixed
#31639
-- Added support for transform references in expressions.
2020-11-27 20:42:04 +01:00
test_indexes.py
…
test_integration.py
…
test_introspection.py
…
test_operations.py
…
test_ranges.py
…
test_search.py
Refs
#24121
-- Improved Value.__repr__().
2021-05-24 07:26:53 +02:00
test_signals.py
Refs
#31233
-- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
2020-02-06 15:29:38 +01:00
test_trigram.py
…
test_unaccent.py
…