diff options
| author | Curtis Maloney <curtis@tinbrain.net> | 2015-08-04 10:47:58 +1000 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-08-04 19:15:22 +1000 |
| commit | 9f73009e98c51986a50cc45844b8bca72673e955 (patch) | |
| tree | f6f71e5100f4f26b00979c3dbad3839117f6fb53 /docs | |
| parent | 770449e24b3b0fa60d870bc3404961ddca754c3b (diff) | |
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField
Correct test which was using the model field in a test form.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index 53c58e6a90..f95bcfb4dc 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -21,3 +21,6 @@ Bugfixes * Prevented an exception in ``TestCase.setUpTestData()`` from leaking the transaction (:ticket:`25176`). + +* Fixed ``has_changed()`` method in + :class:`django.contrib.postgres.forms.HStoreField`. |
