--
Ticket URL: <https://code.djangoproject.com/ticket/22403>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
For what it's worth, the debug toolbar went down this road and it was an
epic failure that still hasn't been resolved. See the two dozen of related
tickets on GitHub for more info. As far as I can tell, supporting AMD
actually means forcing all our users to use AMD.
--
Ticket URL: <https://code.djangoproject.com/ticket/22403#comment:1>
* version: 1.6 => master
* component: Translations => Internationalization
* easy: 1 => 0
Comment:
https://github.com/django/django/pull/2524
--
Ticket URL: <https://code.djangoproject.com/ticket/22403#comment:2>
Comment (by alejandro):
I tested it with a minimal example and works, the following logs `true` to
the console:
{{{
require(['django'], function(amdDjango) {
console.log(amdDjango === window.django);
});
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22403#comment:3>
* status: new => closed
* resolution: => wontfix
Comment:
I noticed that the debug toolbar has [https://github.com/django-debug-
toolbar/django-debug-
toolbar/commit/727b4e05f59c15904f7b08388220b7bfc76d59b2 abandoned the
effort to integrate with AMD]. Not sure of the specifics as I haven't used
AMD, but this seems like something that should first be raised on the
django-developers mailing list in order to determine if it's worth it.
--
Ticket URL: <https://code.djangoproject.com/ticket/22403#comment:4>