Opened 13 years ago
Closed 13 years ago
#16974 closed New feature (wontfix)
dajaxice
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | |
Severity: | Normal | Keywords: | ajax |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's possible to include dajaxice in a future django version? It make ajax very simple with django
Note:
See TracTickets
for help on using tickets.
There are many django ajax helper libs
http://djangopackages.com/search/?q=Ajax
As ajax is more of a client specific pattern, Django views support basic use of ajax already.
Specific improvements in docs, or view handling for ajax use can always be submitted as patches. But simply absorbing every useful third party library is not the way to improve Django's core