Jesse Sopel
|
df5e59be34
|
[FIX] Compatibility Fixes for Python3
|
2016-05-03 10:07:45 -04:00 |
|
Alexandre Silva
|
64d78b2995
|
The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69
Patching of the search_fields to allow the indexation of translated fields on elasticsearch - closes #66
|
2016-03-15 17:00:24 +00:00 |
|
Alexandre Silva
|
9baf8427d8
|
Fixed incompatibilities with Wagtail 1.4rc1 (thanks @hmartiniano) and updated the tests to support the new version - ref #67.
|
2016-03-15 10:04:06 +00:00 |
|
Alexandre Silva
|
deaa90b6e5
|
Patched the clean method of the Page model to ensure that there are no duplicated slugs - closes #37.
|
2016-03-14 16:15:14 +00:00 |
|
Alexandre Silva
|
57ecc10b70
|
The patching of the wagtail models is now made during the init of the said models so there is no need to inherit from TranslationMixin and SnippetsMixin - ref #69
The panels of the related models within an inline panel are now being patched - ref #70
Included unit tests for both issues.
|
2016-03-14 15:50:39 +00:00 |
|