index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
fields
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...
Nils VAN ZUIJLEN
2023-02-07
1
-2
/
+6
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
2
-2
/
+10
*
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-12
1
-2
/
+6
*
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...
James Gillard
2022-12-10
1
-1
/
+1
*
Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...
Ion Alberdi
2022-11-03
1
-1
/
+10
*
Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
David Sanders
2022-08-09
1
-0
/
+3
*
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-03
2
-12
/
+84
*
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-08-02
1
-0
/
+6
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
5
-157
/
+179
*
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-11-04
1
-2
/
+37
*
Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...
Mariusz Felisiak
2021-01-14
1
-28
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-14
1
-5
/
+4
*
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-26
1
-6
/
+21
*
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-15
1
-2
/
+1
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-172
/
+30
*
Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...
Mariusz Felisiak
2020-04-01
1
-16
/
+17
*
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-12-05
1
-1
/
+8
*
Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...
Hasan Ramezani
2019-12-05
1
-1
/
+0
*
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
2019-11-14
1
-0
/
+28
*
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-05
2
-0
/
+8
*
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-10-17
4
-34
/
+3
*
Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...
Simon Charette
2019-09-16
2
-2
/
+2
*
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-09-10
1
-17
/
+0
*
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-23
1
-1
/
+5
*
Reduced code duplication in ArrayField's lookups.
Mariusz Felisiak
2019-08-23
1
-20
/
+15
*
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...
Mariusz Felisiak
2019-08-14
2
-2
/
+2
*
Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...
Mariusz Felisiak
2019-08-13
1
-1
/
+1
*
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Mariusz Felisiak
2019-08-05
1
-2
/
+2
*
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...
Mariusz Felisiak
2019-08-01
2
-6
/
+4
*
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-16
1
-1
/
+11
*
Refs #29824 -- Added RangeOperators helper class.
Mads Jensen
2019-07-16
1
-7
/
+22
*
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-13
1
-11
/
+12
*
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-12
1
-5
/
+4
*
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-07-10
1
-1
/
+6
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
1
-1
/
+1
*
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-21
1
-2
/
+1
*
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-03-03
1
-1
/
+1
*
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-02-25
1
-1
/
+1
*
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-17
1
-4
/
+1
*
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-10-02
1
-1
/
+18
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-2
/
+1
*
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-07-27
1
-0
/
+3
*
Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.
Hasan Ramezani
2018-05-13
1
-1
/
+1
*
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2018-04-22
1
-2
/
+2
*
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-04
1
-0
/
+1
*
Refs #28577 -- Added check for HStoreField to prevent mutable default.
Tim Graham
2018-04-03
1
-1
/
+4
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
3
-11
/
+10
*
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-29
1
-0
/
+4
*
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
MichaĆ Pasternak
2017-11-01
1
-0
/
+3
[next]