1. 22 Aug, 2012 1 commit
    • provide required argument · b41292d3
      ````
      class BaseStorageFinder(BaseFinder):
      
          ...
      
          def list(self, ignore_patterns):
              
             ....
      ````
      
      this class is present (and identical with regards to the list method) in both : 
      
      ````
      staticfiles/finders.py @215
      django/contrib/staticfiles/finders.py @206
      ````
      
      Some kind of argument needs to be provided. this change prevents a yellow error screen.
      Zenobius Jiricek committed
  2. 21 Aug, 2012 2 commits
  3. 15 Aug, 2012 2 commits
  4. 01 Aug, 2012 1 commit
  5. 30 Jul, 2012 2 commits
  6. 27 Jul, 2012 2 commits
  7. 26 Jul, 2012 1 commit
  8. 21 Jul, 2012 1 commit
  9. 20 Jul, 2012 2 commits
  10. 18 Jul, 2012 1 commit
  11. 16 Jul, 2012 1 commit
  12. 12 Jul, 2012 1 commit
  13. 11 Jul, 2012 1 commit
  14. 07 Jul, 2012 3 commits
  15. 30 Jun, 2012 1 commit
  16. 20 Jun, 2012 1 commit
  17. 17 Jun, 2012 3 commits
  18. 14 Jun, 2012 2 commits
  19. 13 Jun, 2012 5 commits
  20. 12 Jun, 2012 4 commits
  21. 30 May, 2012 3 commits