index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2017-09-15
Fixed #28334 -- Added caching for hstore/citext OIDs.
Igor Gumenyuk
2017-09-13
Merged isinstance() calls.
Mariusz Felisiak
2017-09-11
Fixed #28492 -- Defined default output_field of expressions at the class level.
Simon Charette
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL RangeField
Claude Paroz
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Claude Paroz
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-08-26
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.
Mads Jensen
2017-08-26
Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's N...
Mads Jensen
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-08-02
Removed unused _combine() node argument from various combinable classes.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-14
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-06-27
Fixed #28330 -- Prevented passing positional arguments to an Index.
Mariusz Felisiak
2017-06-20
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Mads Jensen
2017-06-17
Refs #25809 -- Removed BrinIndex.__repr__().
Tim Graham
2017-06-13
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...
Romulo Furtado
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-05-31
Updated translations from Transifex
Claude Paroz
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-20
Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.pos...
Tom
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-04-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-04-04
Updated contrib translations from Transifex
Claude Paroz
2017-03-23
Simplified handling of expressions in StatAggregate.
Sergey Fedoseev
2017-03-20
Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default databas...
Mariusz Felisiak
2017-03-18
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-02-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-02-07
Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.
Mariusz Felisiak
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Updated translation catalogs
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-16
Refs #25809 -- Made a few late review comments for BrinIndex.
Mads Jensen
2017-01-16
Removed unneeded variable in contrib/postgres/fields/jsonb.py.
Dmitry Dygalo
2017-01-15
Refs #25809 -- Prefered imports from django.db.models.
Mads Jensen
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-14
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2017-01-06
Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.
Simon Charette
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-15
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
[prev]
[next]