django1/django/contrib
Jannis Leidel 7487c74020 Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13 03:48:03 +00:00
..
admin Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
admindocs Fixed #12099 -- Prevented admindocs from crashing when an application that provides template tags libraries is packaged as an egg. These libraries will be ignored. 2012-01-28 18:18:01 +00:00
auth Edited some docs and docstrings until [17685] 2012-03-12 20:05:48 +00:00
comments Updated comments base translation files with new strings. Refs #17822. 2012-03-05 02:23:49 +00:00
contenttypes Updated contenttypes base translation files with new strings. Refs #17822. 2012-03-05 02:23:57 +00:00
databrowse Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
flatpages Updated flatpages base translation files with new strings. Refs #17822. 2012-03-05 02:24:06 +00:00
formtools Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel. 2012-03-04 16:10:18 +00:00
gis Fixed #17212 -- Made GEOS version regular expression more robust. Thanks, strk. 2012-03-12 17:09:18 +00:00
humanize Fixed #17414 -- Prevented numberformat from trying to group digits when the number of digits per group is zero. 2011-12-24 11:01:57 +00:00
localflavor Updated French departments list: fixed #17833 (typo in 28), moved Corsica (2A/2B) to the expected position, took into account recent changes to the overseas territories, and proof-read the list. 2012-03-05 09:42:31 +00:00
markup Corrected contrib.markup filter errors to not use misleading template syntax. 2012-03-01 19:49:19 +00:00
messages Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
redirects Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
sessions Cleanup to use get_random_string consistently. 2012-02-23 21:39:12 +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 Fixed #17415 -- Reset database sequence for Site's pk after creating the default site with an explicit pk. Thanks niko AT neagee net for the report, Russell and Karen for describing the fix, and Anssi for drafting the patch. 2012-01-07 08:53:36 +00:00
staticfiles Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticFilesStorage backend. 2012-03-13 03:48:03 +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 Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00