-
Notifications
You must be signed in to change notification settings - Fork 84
/
ChangeLog
83 lines (73 loc) · 2.35 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
CHANGES
=======
0.9.3
-----
* Increase version number
* Add a ChangeLog file
* Add the AUTHORS file
* Update .gitignore file
* Fix flake8 issues
* Add tox.ini to the project
* Update unit tests
* Update requirements
* Update the documentation
* Add docker containers
* Update the settings file
* Package the application with PBR
* Add requirements
* Update README.rst
* Add note in the readme about searching new maintainer
* Fix default behavior of VectorField
* VectorField Defaults Should be Overrideable
* Remove .encode() from quotes method
* Update python3 string handling
* Fix django 1.8 support: using get_queryset instead of get_query_set
* Fix python3 compatibility
* Management command for updating search fields. Usage: ./manage.py update_search_field [options] appname [model] Update search fields in all models or only in specified model
0.9.2
-----
* Update version
* utf-8/unicode fixes AND tests
* ... and more utf-8 fixes
* adapt() expects utf-8 encoded strings
* Move those functions so they can be reused
* Bump version no
* Tests for Django 1.7 full text lookups
* Django 1.7 support
* Migrations & initial SQL for Django 1.7
* Renamed a few things & used psycopg2 quoting
* Pycharm & 2 virtual environments
* Support for abstract parent classes
* Support field lookups in Django 1.7
* Move GIS stuff to external module (fix #26)
* PyCharm
* Added support django gis
* Add 1.6 to the top of readme
* Update models.py
* move search method from manager onto a custom queryset class
* Add a Bitdeli badge to README
* Adding search results headlines support
0.9
---
* Increment version to 0.9
* Update README with new entry: changelog
* Update models.py
* Fix django 1.6 compatibility with transaction management
* Fix typo in models.py
* Fixed #6 - Fixed wrong behavior on autoupdate indexes (thanks to ostronom)
* Increment version to 0.7
* fix import (broken for django 1.3 and 1.4)
* Fixed #3 - Now update_search_field of model instance is more flexible
* Python3 compatiblity. (Increment version to 0.5)
* Fix typo on README
* Increment version to 0.4.2
* Fix incorrect behavior on set fields with ranking. (Fix #2)
0.4.1
-----
* Increment version to 0.4.1
* Removes unused foreign key from test models
* Fixes DatabaseError when ranking is applied with a join
0.4.0
-----
* Add license and remove versiontools dependency
* Initial commit (import from django-orm-extensions)