index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
staticfiles
/
finders.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
1
-1
/
+1
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-45
/
+68
*
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...
Jacob Walls
2021-03-03
1
-4
/
+12
*
Refs #27854 -- Skipped subsequent checks if STATICFILES_DIRS is not a list or...
Jacob Walls
2021-03-03
1
-0
/
+1
*
Made small readability improvements.
Martin Thoma
2020-10-28
1
-6
/
+5
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-3
/
+2
*
Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...
Paweł Kołodziej
2018-09-27
1
-1
/
+7
*
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
1
-1
/
+1
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-14
/
+10
*
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...
Ling-Xiao Yang
2017-02-01
1
-8
/
+25
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-4
/
+4
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-7
/
+8
*
Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...
Vajrasky Kok
2014-02-09
1
-0
/
+12
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-2
/
+2
*
Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.
Carl Meyer
2014-01-24
1
-16
/
+13
*
Fixed #21750 -- Fixed regression introduced by 4befb30.
Loic Bistuer
2014-01-11
1
-1
/
+1
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-7
/
+7
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
1
-2
/
+4
*
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-11
1
-6
/
+4
*
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
1
-2
/
+2
*
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-08-04
1
-4
/
+5
*
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-26
1
-1
/
+1
*
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
1
-12
/
+2
*
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-07
1
-1
/
+2
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-1
/
+1
*
Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...
Jannis Leidel
2011-09-21
1
-2
/
+13
*
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-08-11
1
-1
/
+1
*
Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.
Chris Beaven
2011-03-07
1
-1
/
+2
*
Preserve order of STATICFILES_DIRS locations in FileSystemFinder.
Jannis Leidel
2011-02-01
1
-5
/
+4
*
Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...
Carl Meyer
2011-02-01
1
-0
/
+8
*
Fixed some documentation and default-settings.py comments that were misleadin...
Carl Meyer
2011-02-01
1
-1
/
+0
*
Uses a SortedDict for memoization of staticfiles finder instances to preserve...
Jannis Leidel
2011-01-30
1
-1
/
+1
*
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2011-01-15
1
-28
/
+33
*
Fixed a few docstrings and other helper texts in the staticfiles app.
Jannis Leidel
2011-01-05
1
-15
/
+9
*
Safely join paths in staticfiles finder.
Jannis Leidel
2011-01-02
1
-1
/
+2
*
Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...
Jannis Leidel
2010-12-31
1
-2
/
+2
*
Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor.
Jannis Leidel
2010-10-21
1
-4
/
+7
*
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-10-20
1
-0
/
+254