mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Thanks Carl Meyer for review.
This commit is contained in:
		| @@ -391,6 +391,9 @@ Templates | ||||
| * Added a :ttag:`resetcycle` template tag to allow resetting the sequence of | ||||
|   the :ttag:`cycle` template tag. | ||||
|  | ||||
| * You can now specify specific directories for a particular | ||||
|   :class:`filesystem.Loader <django.template.loaders.filesystem.Loader>`. | ||||
|  | ||||
| Tests | ||||
| ~~~~~ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user