Commit graph

21 commits

Author SHA1 Message Date
Alexandre Silva
c79a2be57c Added package info. 2017-03-06 17:27:39 +00:00
Alexandre Silva
f331ac3643 Fixed related model field for inline panel patching in Django 1.8. 2017-03-06 14:56:24 +00:00
Alexandre Silva
abdaee8f7c Fixed tox and travis for python 3.3 as the latest Django supported is 1.8. 2017-03-06 14:39:43 +00:00
Alexandre Silva
68a8dcd862 Compatibility with Python 3. 2017-03-06 14:16:20 +00:00
Alexandre Silva
87f303c35f Another fix in travis. 2017-03-06 11:42:32 +00:00
Alexandre Silva
cd831e5886 Forced upgrade on pip in travis as the version available is old and causes problems. 2017-03-06 11:39:23 +00:00
Alexandre Silva
556d284460 Fixed travis.yml.
Lowered minimum Wagtail version to 1.4 as there seems to be no incompatibilities.
2017-03-06 11:35:11 +00:00
Alexandre Silva
31cc990aec Changed travis.yml as tests need to run with multiple python versions. 2017-03-06 11:17:23 +00:00
Alexandre Silva
dff4720ef6 Added again tox and travis integration. 2017-03-06 11:00:02 +00:00
Alexandre Silva
f3396fbb5e Fixed duplicate slug validation. 2017-03-06 09:49:48 +00:00
Alexandre Silva
c216ffdc7b Fixed patched set_url_method to update the url_path for the page children. 2017-03-03 16:33:26 +00:00
Alexandre Silva
32d902b049 Code cleanup. 2017-03-03 11:10:27 +00:00
Alexandre Silva
b28e8d4781 Patching of panels when the model has a custom edit_handler. 2017-03-03 10:08:43 +00:00
Alexandre Silva
498e0d33f6 Simplified process to make a translated field required.
Removed unnecessary logic from __init__ in WagtailTranslationOptions.
2017-03-01 11:51:21 +00:00
Alexandre Silva
b21ebb0cf1 Added unit testing without the testcases of django-modeltranslation. 2017-02-23 15:58:51 +00:00
Alexandre Silva
564469266b Fixed the search_fields patching for the new implementation.
Renamed PageTranslationOptions to WagtailTranslationOptions.
2017-02-23 15:55:26 +00:00
Alexandre Silva
f43d8a4bad Refactoring of the panel patching functions. 2017-02-23 11:49:34 +00:00
Alexandre Silva
a65b559fe2 Removed fallback to older wagtail versions. 2017-02-21 15:16:10 +00:00
Alexandre Silva
07e87de952 Added packages and package_data to setup.py. 2017-02-21 14:54:15 +00:00
Alexandre Silva
08382f82b6 Refactored all existing code to use modeltranslation as a dependency. 2017-02-21 12:53:40 +00:00
Alexandre Silva
f8a49c493b Changed original setup.py to add django-modeltranslation as a dependency. Automatic installation of project dependencies (wagtail and django-modeltranslation). 2017-02-20 14:24:29 +00:00