django1/django/contrib
Jannis Leidel 8efd20f96d Added ManifestStaticFilesStorage to staticfiles contrib app.
It uses a static manifest file that is created when running
collectstatic in the JSON format.
2014-01-20 19:32:07 +01:00
..
admin Fixed a couple of deprecation warnings 2014-01-20 13:12:15 +02:00
admindocs Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
auth Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
comments Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
contenttypes Fixed a couple of deprecation warnings 2014-01-20 13:12:15 +02:00
flatpages Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
formtools Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
gis Fixed multi geometries editing in OpenLayers widget 2014-01-20 09:19:23 +01:00
humanize Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
messages Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
redirects Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
sessions Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
sitemaps Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
sites Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
staticfiles Added ManifestStaticFilesStorage to staticfiles contrib app. 2014-01-20 19:32:07 +01:00
syndication Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
webdesign Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
__init__.py