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
/
array.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-12-17
1
-11
/
+14
*
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-12-17
1
-1
/
+10
*
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
2015-12-07
1
-3
/
+11
*
Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Attila Tovt
2015-11-25
1
-1
/
+5
*
Fixed #25666 -- Fixed the exact lookup of ArrayField.
Dmitry Dygalo
2015-11-14
1
-3
/
+12
*
Fixed #25226 -- Set the model attribute on ArrayField's base_field
Ion Scerbatiuc
2015-08-05
1
-0
/
+4
*
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-14
1
-1
/
+1
*
Instead of using DjangoJSONEncoder, use base_field's value_to_string.
Matthew Somerville
2015-06-06
1
-5
/
+2
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-1
/
+1
*
Fixed #24373 -- Added run_validators to ArrayField.
Marc Tamlyn
2015-02-20
1
-0
/
+12
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+1
*
Fixes #24169 -- More arrayfield specific lookups.
Marc Tamlyn
2015-01-20
1
-2
/
+14
*
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-16
1
-2
/
+2
*
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2015-01-10
1
-40
/
+10
*
Fixed #24034 -- Don't always overwrite deconstruct path.
Jernej Kos
2014-12-21
1
-1
/
+2
*
Remove text-mangling of default values.
Marc Tamlyn
2014-12-09
1
-8
/
+0
*
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-28
1
-2
/
+4
*
Renamed qn to compiler
Josh Smeaton
2014-11-16
1
-15
/
+15
*
added test and fix to check for default null on ArrayField
Daan Vielen
2014-11-15
1
-1
/
+1
*
Added HStoreField.
Marc Tamlyn
2014-11-04
1
-1
/
+1
*
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-10-09
1
-12
/
+4
*
Fixed #22962 -- Default values for ArrayField with migrations.
Marc Tamlyn
2014-07-29
1
-0
/
+8
*
Fixed #22907 -- Array contains must have same type.
Marc Tamlyn
2014-07-15
1
-1
/
+2
*
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-06-17
1
-2
/
+2
*
Added array field support for PostgreSQL.
Marc Tamlyn
2014-05-22
1
-0
/
+254