django1/django/contrib
Claude Paroz 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-30 08:02:08 +00:00
..
admin Pulled admin translations updates from Transifex. Refs #17822. 2012-03-23 02:41:04 +00:00
admindocs Pulled admindocs translations updates from Transifex. Refs #17822. 2012-03-23 02:44:50 +00:00
auth Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
comments Pulled comments translations updates from Transifex. Refs #17822. 2012-03-23 02:52:11 +00:00
contenttypes Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
databrowse Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
flatpages Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
formtools Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
gis Pulled gis translations updates from Transifex. Refs #17822. 2012-03-23 03:06:20 +00:00
humanize Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
localflavor Fixed #17989 -- Made an error message translatable in CH localflavor. Thanks piquadrat for the report and the patch. 2012-03-29 16:44:00 +00:00
markup Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch. 2012-03-16 00:36:52 +00:00
messages Pulled messages translations updates from Transifex. Refs #17822. 2012-03-23 03:17:00 +00:00
redirects Pulled redirects translations updates from Transifex. Refs #17822. 2012-03-23 03:20:36 +00:00
sessions Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
sitemaps Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks, gnosek, krzysiumed and adam_przybyla. 2012-02-09 18:56:49 +00:00
sites Pulled sites translations updates from Transifex. Refs #17822. 2012-03-23 03:29:30 +00:00
staticfiles Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
syndication Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 2011-12-17 03:53:25 +00:00
webdesign Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
__init__.py