django1/django/contrib
Gary Wilson Jr 29078eaeca Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse contrib app. Based on patch from Johann Queuniet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-26 05:01:53 +00:00
..
admin Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin. 2007-07-14 13:14:28 +00:00
auth Fixed #3505 -- Added handling for the error raised when the user forgets the comma in a single element tuple when defining AUTHENTICATION_BACKENDS. Thanks for the help identifying this problem, Mario Gonzalez <gonzalemario@gmail.com>. 2007-07-13 05:03:33 +00:00
comments Fixed #4887 -- Fixed another place where template tag arguments are used 2007-07-16 04:54:49 +00:00
contenttypes Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
csrf Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, mir@noris.de 2006-12-18 15:37:52 +00:00
databrowse Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse contrib app. Based on patch from Johann Queuniet. 2007-07-26 05:01:53 +00:00
flatpages Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
formtools Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas. 2007-05-19 18:54:35 +00:00
humanize Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
localflavor Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír. 2007-07-19 09:24:36 +00:00
markup Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
redirects Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
sessions Fixed #4199 -- Changed date formatting in HTTP expires header to be spec 2007-07-16 03:50:22 +00:00
sitemaps Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
sites Added RequestSite class to sites framework 2007-07-12 05:28:04 +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 Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00