Comment 1 for bug 606826

Revision history for this message
Angel Abad (angelabad) wrote :

This new upstream version implements important changes:

- Now dajaxice functions must be registered using dajaxice_functions.register instead of adding that functions
  to DAJAXICE_FUNCTIONS list inside settings.py. This pattern is very similar to django.contrib.admin model registration.
- Now dajaxice functions could be placed inside any module depth.
- With this approach dajaxice app reusability was improved.
- Old style registration (using DAJAXICE_FUNCTIONS) works too, but isn't recommended.
- New tests added.

Thanks!