Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/postgres_tests/test_hstore.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ↵Tim Graham2015-08-071-0/+6
| | | | | | of initial values. Thanks Simon Charette for review.
* Fixed #25215 -- Solved reference to forms.HStoreField in ↵Curtis Maloney2015-08-041-2/+11
| | | | | | declaration of HStoreField Correct test which was using the model field in a test form.
* Added missing tests for transforms usage with subquery ↵Andriy Sokolovskiy2015-06-061-0/+6
| | | | for PostgreSQL fields
* Name PostgreSQL correctly.Marc Tamlyn2015-05-311-7/+7
|
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+6
|
* Fixed forms import.Florian Apolloner2015-05-241-1/+2
|
* Fixed #24844 -- Corrected has_changed implementation for ↵Andrea Grandi2015-05-241-0/+6
| | | | HStoreField.
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-0/+11
|
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+14
| | | | Refs #23879.
* Fixed #24290 -- Skipped postgres_tests if not running ↵Tim Graham2015-02-171-5/+0
| | | | with PostgreSQL.
* Added HStoreField.Marc Tamlyn2014-11-041-0/+218
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews.