Changes between Initial Version and Version 3 of Ticket #25466


Ignore:
Timestamp:
Sep 25, 2015, 1:49:19 PM (9 years ago)
Author:
Tim Graham
Comment:

May I ask about the use case so we can be sure to solve the issue appropriately? Thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25466

    • Property Cc Florian Apolloner added
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
  • Ticket #25466 – Description

    initial v3  
    1 https://code.djangoproject.com/ticket/15053 caused the removal of django.template.loader.LoadOrigin (and django.template.StringOrigin), in favor of django.template.base.Origin, for Django 1.9.
     1#15053 caused the removal of `django.template.loader.LoadOrigin` (and `django.template.StringOrigin`), in favor of `django.template.base.Origin`, for Django 1.9.
    22
    33These APIs were new and documented as of Django 1.7: https://docs.djangoproject.com/en/1.7/ref/templates/api/#template-origin
Back to Top