summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/operations.py
Commit message (Collapse)AuthorAgeFilesLines
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-0/+2
| | | | Refs #23879.
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+6
|
* Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer2014-11-221-2/+2
| | | | | | | | | This reverts commit f36151ed169813f2873e13ca9de616cfa4095321. Adding kwargs to deconstructed objects does not achieve useful forward-compatibility in general, since additional arguments are silently dropped rather than having their intended effect. In fact, it can make the failure more difficult to diagnose. Thanks Shai Berger for discussion.
* Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer2014-11-221-2/+2
|
* Added HStoreField.Marc Tamlyn2014-11-041-0/+34
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews.