django1/django/contrib/staticfiles
Tim Graham b536dcf656 Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00
..
management Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
templatetags Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.py Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks. 2017-02-01 09:48:24 -05:00
finders.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
handlers.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
storage.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
testing.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
urls.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
utils.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
views.py Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00