.. |
aggregates
|
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
|
2021-07-19 13:41:16 +02:00 |
fields
|
Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyTextTransform.
|
2021-01-14 17:50:04 +01:00 |
forms
|
Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
jinja2/postgres/widgets
|
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
|
2017-04-29 19:00:21 -04:00 |
locale
|
Updated translations from Transifex.
|
2021-04-06 06:19:31 +02:00 |
templates/postgres/widgets
|
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
|
2017-04-29 19:00:21 -04:00 |
__init__.py
|
Fixed #31180 -- Configured applications automatically.
|
2020-07-21 10:35:12 +02:00 |
apps.py
|
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
|
2021-09-17 13:05:15 +02:00 |
constraints.py
|
Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expressions.
|
2021-06-22 06:09:16 +02:00 |
expressions.py
|
Fixed #32776 -- Added support for Array subqueries on PostgreSQL.
|
2021-07-06 07:36:52 +02:00 |
functions.py
|
Fixed #28492 -- Defined default output_field of expressions at the class level.
|
2017-09-11 12:22:39 -04:00 |
indexes.py
|
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
|
2021-01-19 12:25:20 +01:00 |
lookups.py
|
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
|
2021-09-17 13:05:15 +02:00 |
operations.py
|
Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations for PostgreSQL.
|
2021-06-08 07:46:51 +02:00 |
search.py
|
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
|
2021-09-17 13:05:15 +02:00 |
serializers.py
|
Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.
|
2019-01-11 19:32:26 -05:00 |
signals.py
|
Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.
|
2017-09-19 07:04:31 -04:00 |
utils.py
|
Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.
|
2018-05-13 17:57:28 -04:00 |
validators.py
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |