django1/django
Vajrasky Kok 7e2d61a972 Fixed #21380 -- Added a way to set different permission for static directories.
Previously when collecting static files, the directories would receive permissions
from the global umask. Now the default permission comes from FILE_UPLOAD_DIRECTORY_PERMISSIONS
and there's an option to specify the permissions by subclassing any of the
static files storage classes and setting the directory_permissions_mode parameter.
2013-11-29 08:01:30 -05:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
contrib Fixed #21380 -- Added a way to set different permission for static directories. 2013-11-29 08:01:30 -05:00
core Fixed #21380 -- Added a way to set different permission for static directories. 2013-11-29 08:01:30 -05:00
db Fixed a deprecation warning introduced by 96dd48c83f. 2013-11-28 21:42:24 -05:00
dispatch Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:47:47 +01:00
forms Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
http Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
middleware Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
template Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
utils Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
views Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00