django1/django/contrib
Jacob Kaplan-Moss 40702fe2f0 Small change to modpython auth handler to support Apache 2.2
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 18:36:31 +00:00
..
admin Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible. 2007-09-15 17:46:03 +00:00
auth Small change to modpython auth handler to support Apache 2.2 2007-09-15 18:36:31 +00:00
comments Fixed #3091 -- django.contrib.comments views now accept extra_context and context_processors arguments. Thanks, Eric Floehr and __hawkeye__ 2007-09-14 22:36:15 +00:00
contenttypes Fixed #5177 -- Changed content type creation to also remove the types for any orphaned entries (so it's now an "update" feature). Thanks, Rob Hudson. 2007-09-15 15:06:32 +00:00
csrf Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' instead of request.POST dictionary not being empty. Thanks, Jakub Wilk 2007-09-03 06:18:48 +00:00
databrowse Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. 2007-09-14 02:49:21 +00:00
flatpages Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
formtools Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
humanize Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen. 2007-08-20 08:50:08 +00:00
localflavor Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito. 2007-09-15 12:20:35 +00:00
markup Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
redirects Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
sessions Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto. 2007-09-15 09:51:41 +00:00
sitemaps Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
sites Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible. 2007-09-15 17:46:03 +00:00
syndication Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path 2007-07-12 05:29:32 +00:00
webdesign Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter 2007-09-14 22:03:47 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00