django1/django/contrib
Malcolm Tredinnick 25c4ab99e3 Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good
catch, SomeGuy.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-03 07:39:10 +00:00
..
admin Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good 2008-02-03 07:39:10 +00:00
auth Fixed #3165 -- Really allow underscores when making a superuser, thanks `SmileyChris`. 2008-01-13 04:03:36 +00:00
comments Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`. 2008-01-28 05:29:09 +00:00
contenttypes Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749. 2007-12-09 07:12:07 +00:00
csrf Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
databrowse Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. Thanks, tangerine. 2008-02-03 01:52:45 +00:00
flatpages Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
formtools Fixed a Python 2.3 incompatibility. 2007-11-29 21:10:11 +00:00
humanize Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
localflavor Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, Ramiro 2008-02-03 04:44:00 +00:00
markup Fixed #5362: markup tests no longer fail under SVN versions of docutils. Thanks, keithb. 2007-12-02 21:01:17 +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 a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table. 2008-01-06 12:53:09 +00:00
sitemaps Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +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 Fixed `add_domain` call to use domain attribute of `current_site` so the function doesn't use the string representation of `current_site`. 2008-01-31 22:33:50 +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