Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/finders.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+8
* Fixed #19879 -- Have 'findstatic' says on which directori...Vajrasky Kok2014-02-091-0/+12
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21867 -- Removed AppStaticStorage; app paths are n...Carl Meyer2014-01-241-16/+13
* Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer2014-01-111-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-7/+7
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+4
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-6/+4
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+5
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-12/+2
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #16703 -- Raise an exception if the storage locatio...Jannis Leidel2011-09-211-2/+13
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-1/+1
* Fix the docstring of contrib.staticfiles BaseFinder so it...Chris Beaven2011-03-071-1/+2
* Preserve order of STATICFILES_DIRS locations in FileSyste...Jannis Leidel2011-02-011-5/+4
* Fixed #15094 - Added check for forgetting trailing comma ...Carl Meyer2011-02-011-0/+8
* Fixed some documentation and default-settings.py comments...Carl Meyer2011-02-011-1/+0
* Uses a SortedDict for memoization of staticfiles finder i...Jannis Leidel2011-01-301-1/+1
* Stopped staticfiles app from requiring a models module wh...Jannis Leidel2011-01-161-28/+33
* Fixed a few docstrings and other helper texts in the stat...Jannis Leidel2011-01-051-15/+9
* Safely join paths in staticfiles finder.Jannis Leidel2011-01-021-1/+2
* Fixed #14961 -- Revised staticfiles's prefix handling to ...Jannis Leidel2010-12-311-2/+2
* Fixing a few cosmetic bugs. Thanks for the hint, Alex Gay...Jannis Leidel2010-10-211-4/+7
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+254