django1/django/contrib/staticfiles
Claude Paroz 3a44e20005 Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Refs #20739. Thanks Raphaël Hertzog for the report and the initial
patch.
2014-08-28 08:44:26 +02:00
..
management Fixed #22891 -- Clarified that collecstatic --clear with delete all files in the storage location. 2014-07-23 10:16:51 -04:00
templatetags Used the proxied call to staticfiles_storage.url 2014-02-02 15:09:34 -05:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
finders.py Fixed #19879 -- Have 'findstatic' says on which directories it searched the relative paths. 2014-02-09 14:22:22 +00:00
handlers.py Fixed pyinotify performance regression in 15f82c7011 2014-07-06 21:41:02 +02:00
storage.py Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 2014-05-20 18:14:49 +02:00
testing.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
views.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00