﻿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
22336	Impossible to exclude specific subdirectories with makemessages	Ana Krivokapic	justhamade	"As described in https://code.djangoproject.com/ticket/20422#comment:4, it is currently impossible to exclude subdirectories, or files in subdirectories, using the --ignore option of makemessages management command. This used to work in Django 1.5, but a regression was introduced by the fix for above mention ticket #20422.

The new patch should make sure to include unit tests which test for correct behavior of the --ignore option of makemessages, specifically in the case of subdirectories.

E.g:

 makemessages --ignore dir/subdir/*
 makemessages --ignore dir/*/file.py

etc.
"	Bug	closed	Core (Management commands)	dev	Normal	fixed			Accepted	0	0	0	0	0	0
