summaryrefslogtreecommitdiff
path: root/django/contrib/postgres
AgeCommit message (Expand)Author
2016-04-01Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2016-03-15Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.Matt C
2016-03-12Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.quaspas
2016-03-12Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda
2016-02-16Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-01-29Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-05Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-17Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette
2015-12-17Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote
2015-12-07Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-11-25Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-14Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-10-27Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ...Tim Graham
2015-10-09Updated translation catalogsClaude Paroz
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz
2015-06-06Instead of using DjangoJSONEncoder, use base_field's value_to_string.Matthew Somerville
2015-06-05Fixed #24937 -- fix serialization of Date(Time)RangeField.Matthew Somerville
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn
2015-05-30Add HasAnyKeys lookup for HStoreField.Marc Tamlyn
2015-05-25Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...Villiers Strauss
2015-05-24Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-13Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-30Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-18Updated translation catalogsClaude Paroz
2015-02-20Fixed #24341 -- Added specific error messages to RangeField subclassesforesmac
2015-02-20Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-22Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-20Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-19Fixed header of contrib.postgres translation catalogClaude Paroz
2015-01-18Added contrib.postgres translation catalogClaude Paroz
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2014-12-21Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos