django1/django/contrib
Julien Phalip 5c9901323e Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-supplied `attrs`. Thanks to elliss for the report and to koenb for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-20 11:12:37 +00:00
..
admin Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-supplied `attrs`. Thanks to elliss for the report and to koenb for the patch. 2011-11-20 11:12:37 +00:00
admindocs Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix. 2011-11-16 10:30:19 +00:00
auth Upgraded django.contrib.auth to be compatible with time zone support. 2011-11-20 10:50:18 +00:00
comments Upgraded django.contrib.comments to be compatible with time zone support. 2011-11-20 10:58:20 +00:00
contenttypes Introduce `ContentType.objects.get_for_models(*models)` and use it in the the auth permissions code. This is a solid performance gain on the test suite. Thanks to ptone for the profiling to find this hotspot, and carl for the review. 2011-10-12 20:51:59 +00:00
databrowse Fixed #16565 -- Fixed a databrowse error on null foreign key, even though databrowse is deprecated. Thanks aaugustin for the patch. 2011-09-22 06:37:50 +00:00
flatpages Fixed #17057 -- Corrected flatpage url uniqueness validation to account for flatpage editing. 2011-10-17 00:56:32 +00:00
formtools Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. 2011-11-13 19:05:02 +00:00
gis Fixed #15255 -- Ensured createcachetable honors database routers. 2011-11-19 19:56:31 +00:00
humanize Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
localflavor Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
markup Fixed #17135 -- Made it possible to use decorators (like stringfilter) on template filter functions in combination with auto-escaping. Refs #16726. 2011-10-30 07:32:21 +00:00
messages Made some `contrib.messages` tests use `override_settings` for clarity. Thanks to Claude Paroz for the patch. Refs #16507, #16574. 2011-10-25 02:55:25 +00:00
redirects Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
sessions Upgraded django.contrib.sessions to be compatible with time zone support. 2011-11-20 10:33:44 +00:00
sitemaps Fixed #16906 -- Format datetimes with str/unicode instead of strftime where possible: it's faster and it works for all dates. 2011-10-13 19:23:45 +00:00
sites Fixed #16353 -- don't try to create Site objects on all databases. Refs #15573, #15346. Thanks Aymeric Augustin for the report and the patch. 2011-09-21 22:46:48 +00:00
staticfiles Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings and path fragments. 2011-11-03 10:51:02 +00:00
syndication Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch. 2011-11-18 22:54:24 +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