Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/postgres
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25597 -- Fixed crash with SplitArrayField and Inte...Tim Graham2015-10-271-1/+1
* Updated translation catalogsClaude Paroz2015-10-091-7/+20
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-213-12/+6
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ...Tim Graham2015-08-071-7/+8
* Fixed #25226 -- Set the model attribute on ArrayField's b...Ion Scerbatiuc2015-08-051-0/+4
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-1/+1
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-144-5/+4
* Fixed #24894 -- Added contrib.postgres.functions.Transact...Adam Chainz2015-06-151-0/+11
* Instead of using DjangoJSONEncoder, use base_field's valu...Matthew Somerville2015-06-063-12/+23
* Fixed #24937 -- fix serialization of Date(Time)RangeField.Matthew Somerville2015-06-051-1/+2
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-0/+32
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-314-0/+132
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-302-12/+18
* Fixed #24841 -- Made BaseRangeField.prepare_value() call ...Villiers Strauss2015-05-251-2/+9
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+10
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-1/+1
* Updated translations from TransifexClaude Paroz2015-04-302-4/+4
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-0/+2
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-0154-0/+2788
* Fixed #24301 -- Added PostgreSQL-specific aggregate funct...Andriy Sokolovskiy2015-03-303-0/+125
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Updated translation catalogsClaude Paroz2015-03-181-7/+23
* Fixed #24341 -- Added specific error messages to RangeFie...foresmac2015-02-201-0/+4
* Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn2015-02-201-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-068-20/+17
* Fixed #24170 -- Implemented decompress for BaseRangeField...Ng Zhi An2015-01-221-2/+13
* Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn2015-01-201-2/+14
* Fixed header of contrib.postgres translation catalogClaude Paroz2015-01-191-10/+7
* Added contrib.postgres translation catalogClaude Paroz2015-01-182-0/+98
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-2/+2
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-105-1/+241
* Move % addition to lookups, refactor postgres lookups.Marc Tamlyn2015-01-103-98/+54
* Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos2014-12-211-1/+2
* Remove text-mangling of default values.Marc Tamlyn2014-12-091-8/+0
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #23423 -- Added unaccent lookup in django.contrib.p...Thomas Chaumeny2014-11-293-0/+20
* Fixed #23894 -- Made deconstruct methods favor kwargs ove...Markus Holtermann2014-11-281-2/+4
* Revert "Fixed #23892 -- Made deconstructible classes forw...Carl Meyer2014-11-232-3/+3
* Fixed #23892 -- Made deconstructible classes forwards com...Carl Meyer2014-11-222-3/+3
* Renamed qn to compilerJosh Smeaton2014-11-162-33/+33
* added test and fix to check for default null on ArrayFieldDaan Vielen2014-11-151-1/+1
* Added HStoreField.Marc Tamlyn2014-11-0410-2/+308
* Fixed #23627 -- Allowed register_lookup to work as a deco...Marc Tamlyn2014-10-091-12/+4
* Fixed #22962 -- Default values for ArrayField with migrat...Marc Tamlyn2014-07-291-0/+8
* Fixed #22907 -- Array contains must have same type.Marc Tamlyn2014-07-151-1/+2
* Fixed #22819 -- Renamed output_type -> output_field in qu...Tim Graham2014-06-171-2/+2
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-226-0/+457