datatracker/django-dajaxice
Robert Sparks 7c90ea5aa3 Merged in Michael's update to newer dajaxice.
Repaired the existing tests in trunk except for one.

That one points to a real bug in the code - the access protection for the functions that change visible and public for an agenda are not right, leading to pages that can't work (see the failing test for more notes).

This should be ready to start porting the updated tests into the make_test_data framework.
 - Legacy-Id: 7283
2014-02-20 21:50:37 +00:00
..
dajaxice Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
docs Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
examples Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
.travis.yml Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
AUTHORS Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
COPYING Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
MANIFEST.in Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
README.rst Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00
setup.py Merged in Michael's update to newer dajaxice. 2014-02-20 21:50:37 +00:00

django-dajaxice
===============

Dajaxice is the communication core of dajaxproject. It's main goal is to trivialize the asynchronous communication within the django server side code and your js code.

dajaxice is JS-framework agnostic and focuses on decoupling the presentation logic from the server-side logic. dajaxice only requieres 5 minutes to start working.

Project Aims
------------

  * Isolate the communication between the client and the server.
  * JS Framework agnostic (No Prototype, JQuery... needed ).
  * Presentation logic outside the views (No presentation code inside ajax functions).
  * Lightweight.
  * Crossbrowsing ready.
  * Unobtrusive standard-compliant (W3C) XMLHttpRequest 1.0 object usage.

Official site http://dajaxproject.com
Documentation http://readthedocs.org/projects/django-dajaxice/