Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #415 from aldryn/bugfix/aldryn-translation-tools
Browse files Browse the repository at this point in the history
Fixed aldryn_translation_tools not being added to INSTALLED_APPS on Aldryn
  • Loading branch information
vxsx committed Jul 13, 2016
2 parents 02ac33b + 45ac57d commit 0b92a06
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

1.2.4 (unreleased)
------------------

* Fixed aldryn_translation_tools not being added to INSTALLED_APPS on Aldryn


1.2.3 (2016-06-28)
------------------

Expand Down
1 change: 1 addition & 0 deletions addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"aldryn_newsblog",
"aldryn_people",
"aldryn_reversion",
"aldryn_translation_tools",
"easy_thumbnails",
"filer",
"sortedm2m",
Expand Down
1 change: 0 additions & 1 deletion test_requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ aldryn-search>=0.2.12
coverage>=3.7.1
dj-database-url
django-classy-tags
django-haystack
django-sekizai
django-treebeard>=2.0
djangocms-admin-style
Expand Down
1 change: 1 addition & 0 deletions test_requirements/django-1.6.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
django>=1.6,<1.7
South
django-reversion<1.8.3
django-haystack<2.5



Expand Down
1 change: 1 addition & 0 deletions test_requirements/django-1.7.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
django>=1.7.4,<1.8

django-reversion>=1.8.2,<1.9
django-haystack



Expand Down
1 change: 1 addition & 0 deletions test_requirements/django-1.8.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
django>=1.8,<1.9

django-reversion>=1.9.3,<1.10
django-haystack



Expand Down
1 change: 1 addition & 0 deletions test_requirements/django-1.9.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
django>=1.9,<1.10

django-reversion>=1.9.4,<1.11
django-haystack

# Django 1.9 compatible packages
aldryn-boilerplates>=0.7.4
Expand Down

0 comments on commit 0b92a06

Please sign in to comment.