Skip to content

Commit

Permalink
Ready to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Aug 30, 2015
1 parent d596dd1 commit 7ba18e7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Releases
========

1.4.1 (2015-08-30)
------------------

* Details

1.4.0 (2015-08-30)
------------------

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Information
.. image:: https://badge.fury.io/py/django-inplaceedit.png
:target: https://badge.fury.io/py/django-inplaceedit

.. image:: https://readthedocs.org/projects/django-inplaceedit/badge/?version=latest
:target: https://readthedocs.org/projects/django-inplaceedit/?badge=latest
:alt: Documentation Status


Inplace Edit Form is a Django application that allows you to inline edition of some data from the database

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):

setup(
name="django-inplaceedit",
version="1.4.0",
version="1.4.1",
author="Pablo Martin",
author_email="goinnn@gmail.com",
description="Django application that allows you to inline edition of some data from the database",
Expand Down
7 changes: 3 additions & 4 deletions testing/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@ Install the required packages
$ pip install Pillow (the version depends on your Python version)
$ python setup.py develop
$ cd testing
$ pip install -r requirements.txt

Install django-transmeta, if you want test this integration

::

$ pip install django-transmeta
$ pip install django-transmeta==0.7.3

Install django-inplaceedit-extra-fields and its dependencies, if you want test this integration (sorl-thumbnail and django-ajax-selects)

::

$ pip install django-inplaceedit-extra-fields sorl-thumbnail==12.3 django-ajax-selects==1.3.6
$ pip install django-inplaceedit-extra-fields==0.6.1 sorl-thumbnail==12.3 django-ajax-selects==1.3.6

Create db and load fixtures

Expand All @@ -52,6 +51,6 @@ Start the debug server

::

$ ./manage.py runserver
$ python manage.py runserver

Do your stuffs

0 comments on commit 7ba18e7

Please sign in to comment.