django-dajax icon indicating copy to clipboard operation
django-dajax copied to clipboard

Easy to use library to create asynchronous presentation logic with django and dajaxice

Results 40 django-dajax issues
Sort by recently updated
recently updated
newest added

## Problem Description Currently `Dajax` object is not attach to the `window` object. This means it won't be visible to other code (`ReferenceError: Dajax is not defined`) if you use...

Fixed example documentation in api.rst showing `Dajax.code` instead of `Dajax.script`.

It calls eval on a string containing a variable name; when the minification happens and the variable is renamed, the result is a runtime error.

Django 1.6 warns about simplejson imports in dajax/core.py: from django.utils import simplejson as json This can be fixed by replacing that with: import json

At http://www.dajaxproject.com/maps/ it reads: `they will send the new coordenates to the server.` But it should read: `it will send the new coordinates to the server.` There may be other...

Does it support Django 1.6?

I get this warning when I launch my project: ..lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead Django==1.5.1 django-dajax==0.9.2