Closed rmaceissoft closed 12 years ago
I'm going to merge this in, but I'm going to change the setting name to be prefixed with AJAX
. I doubt yours will collide, but most apps do this and it seems a bit safer.
Added in 43e8fccbc20832ff483ab1a2b9cbee7368cd0df3.
I'm with you, thanks for having me in mind.
initially, I was using tastypie as backend for ajax calls, and my javascript templates (with mustache), looks like
so, after, I decided migrate to django-ajax, and I want to avoid override all my javascript templates (id by pk), I love to change things with the less amount of modifications as possible.