6. Testing

This django application has been tested on severals browsers: Firefox, Google Chrome, Opera, Safari and Internet Explorer on versions 7, 8, 9 and 10 to check javascript actions. Attention, jQuery 2 does not support IE 6/7/8. If you want to test in these browsers, please use jQuery 1 (recomended the last release 1.10.2)

Exists a testing django project. This project can use as demo project, because django-inplaceedit is totally adapted to it.

Also you can use the demo project of django-inplaceedit-bootstrap

The backend has unit test, to check it.:

cd testing
python run_tests.py

You can see this django-inplaceedit works (without changes) from django 1.2, and even in previous versions of Django (1.1 and 1.0) works with some customizations.

Project Versions

Previous topic

5. Customizing django-inplaceedit

Next topic

7. Other packages related

This Page