﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25120	Deprecate template.loaders.eggs.Loader	Tim Graham	nobody	"[https://groups.google.com/d/topic/django-developers/60E1uUuK2yU/discussion django-developers thread] 

James: The problem of providing a single-file, no-build-step format for distributing and installing Python packages has been solved by wheels, and wheels also don't cause the pile of weirdness that comes with using eggs.

So Django should really stop encouraging/supporting the use of eggs. At a minimum, this should involve Django 1.9 starting the deprecation process for the egg template loader, and any other parts of Django which contain special-case workarounds to deal with eggs.

Marc & Preston T: +1

Donald: I’m fine with this, but just be warned that it does mean anything that ships a Django app will need a `zip_unsafe=True` or else they no longer support being installed with easy_install. 

See [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#deprecating-a-feature Deprecating a Feature] for the checklist of what needs to be done."	Cleanup/optimization	closed	Template system	dev	Normal	fixed			Accepted	1	0	0	0	0	0
