django1/django/contrib/staticfiles
Baptiste Mispelon 5c5b266b54 Simplified implementation of collectstatic command.
Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance()
calls work correctly on LazyObject, we can simplify the
implementation of is_local_storage added in
7e27885c6e.
2014-03-13 10:03:01 +01:00
..
locale/en/LC_MESSAGES Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
management Simplified implementation of collectstatic command. 2014-03-13 10:03:01 +01: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 #21543 -- Removed base_dir attribute in StaticFilesHandler. 2013-12-01 18:03:59 -05:00
storage.py Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job. 2014-01-24 15:32:03 -07:00
testing.py Made django.test.testcases not depend on staticfiles contrib app. 2013-08-31 11:02:32 -03:00
urls.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
views.py More attacking E302 violators 2013-11-02 13:12:09 -07:00