Commit graph

15 commits

Author SHA1 Message Date
Dario Marcelino
358dc259e1 Update django-modeltranslation to v0.12.2 and bump version to 0.8 2018-01-29 15:39:43 +00:00
DiogoMarques
0b81be9d6e Final version for setup.py 0.8 alpha 2018-01-15 14:26:03 +00:00
DiogoMarques
7d02d760cd Added version 0.8 alpha 1 2018-01-15 12:53:09 +00:00
DiogoMarques
2377538f1a Rollback some changes to setup.py 2018-01-15 12:35:43 +00:00
DiogoMarques
b591fc1047 Fixed link to django-modeltranslation commit 2018-01-15 12:10:57 +00:00
DiogoMarques
064625cebd Dependency 'django-modeltranslation' installed via github commit 2018-01-15 12:00:09 +00:00
DiogoMarques
feedd129bd Added sub package 'makemigrations' to setup.py 2018-01-15 11:54:06 +00:00
Dario Marcelino
8000594114 Add --dependency-links flag to pip install 2018-01-03 17:52:21 +00:00
Dario Marcelino
7a9750cbd7 Please travis by adding latest commit of django-modeltranslation to
dependencies
2018-01-03 17:22:35 +00:00
Dario Marcelino
333c392dc8 Move Page translation fields to Page table (breaking changes!)
- Bumps version to 0.8.0-alpha
- Introduces 'makemigrations_translation' command to avoid generating
wagtailcore_page migrations
- Adds 'sync_page_translation_fields' which mimicks
'sync_translation_fields' but restricts it to Page model
- This change introduces breaking changes and has no migration script to
move from 0.6 to 0.8
- Updates tests
2017-12-22 11:40:03 +00:00
Alexandre Silva
2b9fcc4fe2 Updated version in setup.py 2017-05-08 16:54:06 +01:00
Alexandre Silva
f21bf5a3ad Fixed version number for pypi. 2017-03-07 14:35:57 +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
07e87de952 Added packages and package_data to setup.py. 2017-02-21 14:54:15 +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