diff --git a/CHANGES.rst b/CHANGES.rst index af20232..364a841 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,14 @@ Releases ======== -0.1.2 (2013-09-??) +0.2.0 (2015-08-30) ------------------ * Add Tooltip on Mouseover * Improvements in the testing project +* Support to Django 1.7 and Django 1.8 +* Support to the last versions of the django-bootstrap3-datetimepicker +* Upgrate bootstrap version 0.1.1 (2013-09-17) ------------------ diff --git a/README.rst b/README.rst index a8ead48..246865c 100644 --- a/README.rst +++ b/README.rst @@ -10,15 +10,13 @@ Information .. image:: https://badge.fury.io/py/django-inplaceedit-bootstrap.png :target: https://badge.fury.io/py/django-inplaceedit-bootstrap -.. image:: https://pypip.in/d/django-inplaceedit-bootstrap/badge.png - :target: https://pypi.python.org/pypi/django-inplaceedit-bootstrap Integration of `django-inplaceedit `_ with `bootstrap 3 `_ It is distributed under the terms of the `GNU Lesser General Public License `_. -This egg would not have been possible without the help of `Tyrdall `_ +This egg would not have been possible without the help of `Tyrdall `_ Requirements ============ @@ -34,7 +32,7 @@ Demo (this video use a very old version of django-inplaceedit and django-inplace Video Demo, of `django-inplaceedit `_, `django-inplaceedit-extra-fields `_ and `django-inlinetrans `_ (Set full screen mode to view it correctly) -.. image:: https://github.com/Yaco-Sistemas/django-inplaceedit/raw/master/video-frame.png +.. image:: https://github.com/django-inplaceedit/django-inplaceedit/raw/master/video-frame.png :target: http://www.youtube.com/watch?v=_EjisXtMy_Y?t=34s **Attention**: This demo is not a demo of this package, in this video there are not any inegration with bootstrap. Please to see a demo use the `testing django project `_. @@ -42,18 +40,18 @@ Video Demo, of `django-inplaceedit `_. This project can use as demo project. +Exists a `testing django project `_. This project can use as demo project. This project overwrites the default options of `django-inplaceedit `_ and a default option of django-inplaceedit-bootstrap @@ -137,4 +135,4 @@ Development You can get the bleeding edge version of django-inplaceedit-bootstrap by doing a clone of its git repository: - git clone git@github.com:goinnn/django-inplaceedit-bootstrap.git + git clone git@github.com:django-inplaceedit/django-inplaceedit-bootstrap.git