django1/django/contrib
Loic Bistuer 7e27885c6e Reworked the detection of local storages for the collectstatic command.
Before 4befb30 the detection was broken because we used isinstance
against a LazyObject rather than against a Storage class. That commit
fixed it by looking directly at the object wrapped by LazyObject.
This could however be a problem to anyone who subclasses the
collectstatic management Command and directly supplies a Storage class.

Refs #21581.
2014-02-12 11:00:01 -05:00
..
admin Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00
admindocs Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +01:00
auth Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
comments Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
contenttypes Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
flatpages Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
formtools Fixed #21994 -- Added form_dict argument to calls of WizardView.done() 2014-02-10 07:28:39 -05:00
gis Fixed #21996 -- Used proper encoding for GeoIP content 2014-02-10 16:09:04 +01:00
humanize Removed unused import in humanize tests. 2014-02-09 16:30:08 -05:00
messages Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
redirects Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
sessions Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
sitemaps Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
sites Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
staticfiles Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:00:01 -05:00
syndication Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
webdesign Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00