File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Current
5- -------
4+ 0.8.1 (2013-10-19)
5+ ------------------
66
77- Fixed management command with Django < 1.5 (fix `issue #23 <https://github.com/noirbizarre/django.js/issues/23 >`_ thanks to Wasil Sergejczyk)
88- Fixed Django CMS handling (fix `issue #25 <https://github.com/noirbizarre/django.js/issues/25 >`_ thanks to Wasil Sergejczyk)
Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
5858 Documentation
5959=============
6060
61- The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/latest / >`_
61+ The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/0.8.1 / >`_
Original file line number Diff line number Diff line change 1616 "url" : " http://www.gnu.org/licenses/lgpl-3.0.txt"
1717 }
1818 ],
19- "version" : " 0.8.1.dev " ,
19+ "version" : " 0.8.1" ,
2020 "main" : [
2121 " djangojs/static/js/djangojs/django.js" ,
2222 " djangojs/static/js/djangojs/django.min.js"
Original file line number Diff line number Diff line change 33Django.js provide better integration of javascript into Django.
44'''
55
6- __version__ = '0.8.1.dev '
6+ __version__ = '0.8.1'
77__description__ = "Django JS Tools"
88
99#: Packaged jQuery version
You can’t perform that action at this time.
0 commit comments