Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18981 closed New feature (invalid)

Django Unobtrusive Ajax

Reported by: faraz@… 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 Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

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 unbundling django.contrib.localflavor for this reason.

comment:2 by faraz@…, 12 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.

Note: See TracTickets for help on using tickets.
Back to Top