| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-14 | [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt | Tom Carrick | |
| Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master | |||
| 2016-07-07 | Fixed a typo in docs/ref/contrib/postgres/search.txt. | Mathieu Richardoz | |
| 2016-05-30 | [1.10.x] Fixed #26684 -- Removed incorrect index example in ↵ | Christophe Pettus | |
| docs/ref/contrib/postgres/search.txt. Backport of 92107522ed3568740ec7c3597db50b5c3a6e84d3 from master | |||
| 2016-05-13 | Fixed #24938 -- Added PostgreSQL trigram support. | Matthew Somerville | |
| 2016-04-22 | Fix typos in PGFTS docs. | Marc Tamlyn | |
| Thanks for Simon Willison for the spot. | |||
| 2016-04-22 | Refs #3254 -- Added full text search to contrib.postgres. | Marc Tamlyn | |
| Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter. | |||
| 2016-04-03 | Fixed #26101 -- Allowed introspection of base_field.model in RangeField | anna | |
| Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute. | |||
| 2016-03-28 | Fixed typo in docs/ref/contrib/postgres/aggregates.txt. | Francisco Capdevila | |
| 2016-03-12 | Fixed #26345 -- Clarified which RangesFields always return a canonical form. | Tim Graham | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2016-01-08 | Refs #25995 -- Documented that JSONField doesn't handle sophisticated ↵ | Tim Graham | |
| serialization. | |||
| 2015-12-19 | Fixed #25949 -- Documented Psycopg2 version requirement for JSONField. | Tim Graham | |
| 2015-12-10 | Fixed incorrect examples in ArrayField docs. | Dotan Agmon | |
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-08-01 | Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField. | Tim Graham | |
| 2015-06-15 | Fixed #24894 -- Added contrib.postgres.functions.TransactionNow | Adam Chainz | |
| 2015-06-04 | Fixed #24837 -- field__contained_by=Range | Marc Tamlyn | |
| Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests. | |||
| 2015-05-31 | Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query. | Tim Graham | |
| 2015-05-30 | Fixed #24604 -- Added JSONField to contrib.postgres. | Marc Tamlyn | |
| 2015-05-30 | Add HasAnyKeys lookup for HStoreField. | Marc Tamlyn | |
| 2015-05-23 | Fixed #24811 -- Added details on installing PostgreSQL extensions. | Tim Graham | |
| 2015-04-24 | Documented INSTALLED_APPS requirement for HStoreField. | Tim Graham | |
| 2015-04-16 | Fixed #24645 -- Documented use of HStoreExtension. | Tim Graham | |
| 2015-03-30 | Fixed #24301 -- Added PostgreSQL-specific aggregate functions | Andriy Sokolovskiy | |
| 2015-02-16 | Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for ↵ | Tim Graham | |
| contrib.postgres). | |||
| 2015-02-05 | Improved nested ArrayField example | Tom Christie | |
| 2015-01-23 | Fixed typo in docs/ref/contrib/postgres/forms.txt. | Tim Graham | |
| 2015-01-22 | Fixed #24170 -- Implemented decompress for BaseRangeField widgets | Ng Zhi An | |
| 2015-01-11 | Fixed spelling errors in docs. | Tim Graham | |
| 2015-01-10 | Fixed #24001 -- Added range fields for PostgreSQL. | Marc Tamlyn | |
| Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python | |||
| 2014-12-04 | Added versionadded annotation for contrib.postgres. | Tim Graham | |
| 2014-11-28 | Fixed #23423 -- Added unaccent lookup in django.contrib.postgres | Thomas Chaumeny | |
| 2014-11-17 | Fix malformed note directives. | Carl Meyer | |
| 2014-11-04 | Fix minor typo in documentation. | Marc Tamlyn | |
| 2014-11-04 | Added HStoreField. | Marc Tamlyn | |
| Thanks to `django-hstore` for inspiration in some areas, and many people for reviews. | |||
| 2014-05-27 | Fixed spelling in docs. | Tim Graham | |
| 2014-05-26 | Fix an error in a documented lookup example. | Marc Tamlyn | |
| 2014-05-22 | Added omitted documentation for ArrayField__len. | Marc Tamlyn | |
| 2014-05-22 | Added array field support for PostgreSQL. | Marc Tamlyn | |
| The first part of django.contrib.postgres, including model and two form fields for arrays of other data types. This commit is formed of the following work: Add shell of postgres app and test handling. First draft of array fields. Use recursive deconstruction. Stop creating classes at lookup time. Add validation and size parameter. Add contained_by lookup. Add SimpleArrayField for forms. Add SplitArrayField (mainly for admin). Fix prepare_value for SimpleArrayField. Stop using MultiValueField and MultiWidget. They don't play nice with flexible sizes. Add basics of admin integration. Missing: - Tests - Fully working js Add reference document for django.contrib.postgres.fields.ArrayField. Various performance and style tweaks. Fix internal docs link, formalise code snippets. Remove the admin code for now. It needs a better way of handing JS widgets in the admin as a whole before it is easy to write. In particular there are serious issues involving DateTimePicker when used in an array. Add a test for nested array fields with different delimiters. This will be a documented pattern so having a test for it is useful. Add docs for SimpleArrayField. Add docs for SplitArrayField. Remove admin related code for now. definition -> description Fix typo. Py3 errors. Avoid using regexes where they're not needed. Allow passing tuples by the programmer. Add some more tests for multidimensional arrays. Also fix slicing as much as it can be fixed. Simplify SplitArrayWidget's data loading. If we aren't including the variable size one, we don't need to search like this. | |||
