#18981 closed New feature (invalid)
Django Unobtrusive Ajax
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | HTTP handling | Version: | 1.4 |
| 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
This is the easiest way to do Ajax in Django: http://codestand.feedbook.org/2012/09/django-unobtrusive-ajax.html.
It would be better if you could provide it officially, I can write few JQuery base Ajax scripts for you.
Example project: https://github.com/farazmasoodkhan/DjangoAjax
Change History (2)
comment:1 by , 13 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 13 years ago
Ajax is always been popular, so there should be something for Ajax that is officially supported. Either use this approach or do it in a better way; but for sure that should comes out of you guys, so that Django community (including me) can use with trust.
I don't see any particular reason why this would need to live in Django's core.
You should develop this idea as 3rd party apps. If it gains a high popularity, and it covers a very common need, then we'll consider merging it in Django. For instance this happened to
django-staticfiles. Be aware that merging something in Django dramatically slows down further development; we're considering unbundlingdjango.contrib.localflavorfor this reason.