index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
staticfiles
Age
Commit message (
Expand
)
Author
2011-03-18
Refined exception message to make sure we don't confuse users.
Jannis Leidel
2011-03-09
Modified collectstatic management command to not include STATIC_ROOT in the u...
Jannis Leidel
2011-03-07
Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.
Chris Beaven
2011-02-14
Modified the staticfiles serve view to return a 404 early in the stack.
Jannis Leidel
2011-02-14
Fixed the staticfiles management commands collectstatic and findstatic to not...
Jannis Leidel
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel
2011-02-01
Fixed a few test docstrings and removed an unused import in staticfiles.
Carl Meyer
2011-02-01
Preserve order of STATICFILES_DIRS locations in FileSystemFinder.
Jannis Leidel
2011-02-01
Fixed #15190 -- Refactored the collectstatic command to improve the symlink m...
Jannis Leidel
2011-02-01
Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...
Carl Meyer
2011-02-01
Fixed some documentation and default-settings.py comments that were misleadin...
Carl Meyer
2011-01-30
Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...
Jannis Leidel
2011-01-30
Uses a SortedDict for memoization of staticfiles finder instances to preserve...
Jannis Leidel
2011-01-19
Call superclass init in collectstatic command, otherwise printing error messa...
Karen Tracey
2011-01-15
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2011-01-08
Fixed #15035 -- Fixed collectstatic management command to work with non-local...
Jannis Leidel
2011-01-05
Fixed a few docstrings and other helper texts in the staticfiles app.
Jannis Leidel
2011-01-02
Fixed #14998 -- Made use of os.path.join to make sure this works on all platf...
Jannis Leidel
2011-01-02
Safely join paths in staticfiles finder.
Jannis Leidel
2010-12-31
Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...
Jannis Leidel
2010-12-02
Added an additional check for the availability of the STATIC_* settings to ma...
Jannis Leidel
2010-11-30
Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...
Ramiro Morales
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-13
Refactored runserver command and moved code related to staticfiles to a subcl...
Jannis Leidel
2010-11-11
Reverted deprecation of media context processor (from r14293) to separate sta...
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-10-30
Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...
Alex Gaynor
2010-10-23
Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...
Jannis Leidel
2010-10-21
Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor.
Jannis Leidel
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel