Skip to content

Commit d87a3ba

Browse files
committed
Extra note for Django 1.9 upgrade [ci skip]
1 parent 2ef848b commit d87a3ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ thousands of contributions. It was designed for Django so that every part
1313
overridable or reusable independently. It is stable, tested, documented and
1414
fully supported: it tries to be a good neighbour in Django ecosystem.
1515

16+
Projects upgrading to Django 1.9
17+
--------------------------------
18+
19+
DAL has been ready for Django 1.9 since April 2015 thanks to @blueyed & @jpic.
20+
**HOWEVER** due to the app loading refactor in 1.9 you should apply the
21+
following::
22+
23+
find . -name '*py' | xargs sed -i 's/import autocomplete_light/from autocomplete_light import shortcuts as autocomplete_light/'
24+
25+
See the test_project running on Django 1.9 and its new cool admin theme:
26+
http://jpic.pythonanywhere.com/admin (test:test).
27+
1628
Features
1729
--------
1830

0 commit comments

Comments
 (0)