django1/django/contrib/staticfiles/management/commands
Jannis Leidel 5cd5612808 Fixed #15190 -- Refactored the collectstatic command to improve the symlink mode and generally straighten out its behavior.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-01 19:19:52 +00:00
..
__init__.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
collectstatic.py Fixed #15190 -- Refactored the collectstatic command to improve the symlink mode and generally straighten out its behavior. 2011-02-01 19:19:52 +00:00
findstatic.py Fixed #14544 -- Squashed bug in the findstatic command when used with the --first option. 2010-10-23 14:32:54 +00:00
runserver.py Fixed a few docstrings and other helper texts in the staticfiles app. 2011-01-05 12:41:40 +00:00