WIP
- #144: fixed 1.4.1 regression: "TypeError: Decimal is not JSON serializable"
- #147: fixed version comparison (broken for django 1.10)
- #148: fixed broken image "src" for icons in admin for Django >= 1.9
- #140: added support for django 1.9
- #139: dropped support for django 1.6 and python 2.6
- #128: added
CONNECTION_CREATED_SIGNAL_WEAKREF
- #107: added support for django 1.8
- #121: fixed "value not assignment" in forms.py
- #117: fixed makemigrations bug with django 1.8
- #118: improved reload_schema for django 1.8
- #111: fixed bug in create manager method when using
SerializedDictionaryField
- #110: change
id
topk
onmodel_instance
check
- 9516dd7: Removed deprecated
transaction.is_managed
in favour oftransaction.atomic
for django >= 1.6 - eeda0e5: Removed import for django <= 1.3 in query.py
- #103: Fixed migration bug in
VirtualField
- #80: added
SerializedDictionaryField
- #89: avoided using jQuery global variable
$
in admin widget - #90: added local copy of underscore.js
- #92: added workaround to handle none values in schema mode
- #98: fixed "don't force
DatetimeField
toutcnow()
" in schema mode - #100: fixed "contains boolean bug" in query.py
- #72: automatic type casting in lookup queries
- #74: added
isnull
lookup to filter by is null on individual key/value pairs
- #73: added reload schema feature
- #71: empty
HStoreDict.unicode()
correctly returns{}
- #69:
HStoreField
default value in case ofnull=True
is emptyHStoreDict
instead ofNone
- removed custom
register_hstore
function in favour of psycopg2 builtin one - added hstore app bootstrapping in
django_hstore.hstore
- schema mode usage simplification
- #57: fixed schema mode compatibility with south migrations
- fixed compatibility with django 1.7 makemigrations command
- #59:
get
method ofHStoreDict
defaults toNone
- #60: added support for long integers
- minor improvements to support django-rest-framework-hstore extension
- schema mode
- compare by multiple keys in comparison lookups (
lt
,gt
,lte
,gte
)
- introduced
DJANGO_HSTORE_ADAPTER_REGISTRATION
- #45: compatibility with SQLAlchemy
- #44: fixed
unique_together
bug - #46: fixed admin widget error list
- fixed admin inline issue in django 1.6 default admin
TabularInline
is now explicitly unsupported
HSTORE_GLOBAL_REGISTER
setting- added support for
Decimal
values
- added experimental compatibility with django 1.7
- psycopg2 backend fixes
- minor fixes to CSS of admin widget
- test runner improvements
- allow custom widgets
- updated docs with multidb settings (disable hstore on specific DBs)
- fixed ORM null filtering
- do not register HSTORE on non-postgresql DBs
- added Python3 support
- dropped automatic HStore registration
- fixed gis imports when geodjango is not installed
- Fist release of 1.2.x series.