Commit graph

30 commits

Author SHA1 Message Date
Benedikt Willi
57d0a348bf Updated to work with Wagtail 2.7. 2019-11-08 16:39:17 +01:00
Diogo Marques
a170f7a213 Hotfix: include templates in instalation 2019-09-09 15:16:14 +01:00
Diogo Marques
8deb0424f1 Updated docs;
bump bersion 0.10.1
2019-03-21 17:10:58 +00:00
Diogo Marques
293d518f8a v0.10b1, wagtail support 1.12+ 2019-02-01 14:15:14 +00:00
Dario Marcelino
11cbedfe13 #191, drop support for Wagtail < 1.8
And inherently Django < 1.8
2018-04-24 16:52:15 +01:00
Dario Marcelino
adeb645a69 #191, update django-modeltranslation to 0.13b1 and update version to 0.10b1 2018-04-24 15:40:17 +01:00
Andy Grabow
eac95ec38a the import is not needed - bad PyCharm! 2018-04-13 23:50:45 +02:00
Andy Grabow
be57e57077 added Makefile for easy releases
Bump version: 0.8.1 → 0.8.2

Bump version: 0.8.2 → 0.8.3

included version in package
DRY version from package

revert the version to the current value

remove the breakpoint

change version in the new location

typo

activate compilation and uploading
2018-04-13 12:16:01 +02:00
kakulukia
7613c7bd0f
lets be pep compliant
https://www.python.org/dev/peps/pep-0508/

otherwise pipenv cant install this package correctly
2018-04-09 16:20:36 +02:00
Dario Marcelino
52e0c5aba5 Setup.py: force django<2 while allowing Wagtail 2 2018-03-21 03:29:19 +00:00
Tiago Costa
7591c015c9 Updated package information 2018-03-15 10:45:41 +00:00
Diogo Marques
a323535582
Merge pull request #178 from dmarcelino/migrate
Add Migrate command
2018-03-14 15:13:00 +00:00
Jason Abbott
19ad0226f3 ensure wagtail version < 2 2018-03-14 11:27:59 +00:00
Stuart Axon
ebfd3a67dc
Update setup.py
Move from distutils to setuptools so that ```python setup.py develop``` can be used.
2018-02-28 11:06:05 +00:00
Dario Marcelino
69ae7dfbd8 #175: Override Migrate command
To additionaly run `sync_page_translation_fields`
To silence any missing migrations warnings
2018-02-23 15:35:32 +00:00
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