Skip to content

Commit 9b49f2b

Browse files
committed
last minute changes
1 parent 424695f commit 9b49f2b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,3 @@ Please see Install/2.4 release notes *before* attempting to upgrade to version 2
136136
- CMS_FLAT_URLS has been removed
137137
- PlaceholderAdmin has now language tabs and has support for django-hvad
138138

139-
==== NEXT ====
140-
- Fixed #1543: Nasty empty line in cms/plugins/link.html

docs/upgrade/2.4.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
##################################
2-
2.4 release notes (IN DEVELOPMENT)
3-
##################################
1+
#################
2+
2.4 release notes
3+
#################
44

55
*****************
66
What's new in 2.4

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import cms
44

5-
5+
66
CLASSIFIERS = [
77
'Development Status :: 5 - Production/Stable',
88
'Environment :: Web Environment',
@@ -42,9 +42,10 @@
4242
'Jinja2==2.6',
4343
'Pygments==1.5',
4444
'dj-database-url==0.2.1',
45+
'django-hvad',
4546
],
46-
packages=find_packages(exclude=["project","project.*"]),
47+
packages=find_packages(exclude=["project", "project.*"]),
4748
include_package_data=True,
48-
zip_safe = False,
49-
test_suite = 'runtests.main',
49+
zip_safe=False,
50+
test_suite='runtests.main',
5051
)

0 commit comments

Comments
 (0)