django1/django/contrib
Baptiste Mispelon a0fc7fa5df Fixed ImportError when running contrib.gis tests without libgeos installed. 2014-02-05 21:17:01 +01:00
..
admin Removed two imports which are now unused 2014-02-04 15:45:18 -08:00
admindocs Took advantage of the new get_model API. Refs #21702. 2014-01-26 13:08:05 +01:00
auth Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01: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 #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
gis Fixed ImportError when running contrib.gis tests without libgeos installed. 2014-02-05 21:17:01 +01:00
humanize Removed superfluous uses of TransRealMixin. 2014-01-27 22:01:22 +01:00
messages Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
redirects Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
sessions Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
sitemaps Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
sites Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
staticfiles Used the proxied call to staticfiles_storage.url 2014-02-02 15:09:34 -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