-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25d4505
commit a6f2f90
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
Changelog | ||
========= | ||
|
||
Version 1.3.6 [unreleased] | ||
-------------------------- | ||
|
||
- added SerializedDictionaryField #80 | ||
- avoided using javascript global variable "$" in admin widget #89 | ||
- added local copy of underscore.js #90 | ||
- added workaround to handle none values in schema mode #92 | ||
- fixed "don't force DatetimeField to utcnow()" in schema mode #98 | ||
- fixed "contains boolean bug" in query.py #100 | ||
|
||
Version 1.3.5 [2014-10-05] | ||
-------------------------- | ||
|
||
- automatic type casting in lookup queries #72 | ||
- added "isnull" lookup to filter by is null on individual key/value pairs #74 | ||
|
||
Version 1.3.4 [2014-09-28] | ||
-------------------------- | ||
|
||
- added reload schema feature #73 | ||
|
||
Version 1.3.3 [2014-09-24] | ||
-------------------------- | ||
|
||
- empty HStoreDict.unicode() correctly returns '{}' #71 | ||
- HStoreField default value in case of null=True is empty HStoreDict instead of None #69 | ||
|
||
Version 1.3.2 [2014-09-06] | ||
-------------------------- | ||
|
||
- removed custom register_hstore function in favour of psycopg2 builtin one | ||
- added hstore app bootstrapping in django_hstore.hstore | ||
|
||
Version 1.3.1 [2014-08-26] | ||
-------------------------- | ||
|
||
- schema mode usage simplification | ||
- fixed schema mode compatibility with south migrations #57 | ||
- fixed compatibility with django 1.7 makemigrations command | ||
- HStoreDict get method defaults to None #59 | ||
- added support for long integers #60 | ||
- minor improvements to support django-rest-framework-hstore extension | ||
|
||
Version 1.3.0 [2014-08-05] | ||
-------------------------- | ||
|
||
- schema mode | ||
- compare by multiple keys in comparison lookups (lt, gt, lte, gte) | ||
|
||
Version 1.2.5 [2014-06-28] | ||
-------------------------- | ||
|
||
- introduced DJANGO_HSTORE_ADAPTER_REGISTRATION | ||
- compatibility with SQLAlchemy: #45 | ||
- fixed unique_together clause: #44 | ||
- fixed admin widget error list: #46 | ||
- fixed admin inline issue in django 1.6 default admin | ||
- TabularInline is now explicitly unsupported | ||
|
||
Version 1.2.4 [2014-06-18] | ||
-------------------------- | ||
|
||
- HSTORE_GLOBAL_REGISTER setting | ||
- added support for Decimal values | ||
|
||
Version 1.2.3 [2014-04-17] | ||
-------------------------- | ||
|
||
- added experimental compatibility with django 1.7 | ||
- psycopg2 backend fixes | ||
- minor fixes to CSS of admin widget | ||
|
||
Version 1.2.2 [2014-03-11] | ||
-------------------------- | ||
|
||
- 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 | ||
|
||
Version 1.2.1 [2014-01-23] | ||
-------------------------- | ||
|
||
- added Python3 support | ||
- dropped automatic HStore registration | ||
- fixed gis imports when geodjango is not installed | ||
|
||
Version 1.2 [2014-01-04] | ||
------------------------ | ||
|
||
- Fist release of 1.2.x series. |