File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ thousands of contributions. It was designed for Django so that every part
1313overridable or reusable independently. It is stable, tested, documented and
1414fully 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+
1628Features
1729--------
1830
You can’t perform that action at this time.
0 commit comments