Skip to content

Commit

Permalink
Extra note for Django 1.9 upgrade [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Sep 27, 2015
1 parent 2ef848b commit d87a3ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -13,6 +13,18 @@ thousands of contributions. It was designed for Django so that every part
overridable or reusable independently. It is stable, tested, documented and
fully supported: it tries to be a good neighbour in Django ecosystem.

Projects upgrading to Django 1.9
--------------------------------

DAL has been ready for Django 1.9 since April 2015 thanks to @blueyed & @jpic.
**HOWEVER** due to the app loading refactor in 1.9 you should apply the
following::

find . -name '*py' | xargs sed -i 's/import autocomplete_light/from autocomplete_light import shortcuts as autocomplete_light/'

See the test_project running on Django 1.9 and its new cool admin theme:
http://jpic.pythonanywhere.com/admin (test:test).

Features
--------

Expand Down

0 comments on commit d87a3ba

Please sign in to comment.