1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django/contrib
2006-06-07 03:17:58 +00:00
..
admin Fixed #2100 -- Made some remaining parts of the admin changelist translatable. Thanks, ramiro 2006-06-07 03:17:58 +00:00
auth Made template names in django.contrib.auth.views passable as template_name argument to the view 2006-06-06 05:16:05 +00:00
comments Fixed #1981 -- Fixed bug in feeds.py for comments 2006-05-26 04:21:36 +00:00
contenttypes Fixed #1864 -- Changed ContentType repr to str 2006-05-15 04:01:23 +00:00
csrf Fixed CsrfMiddleware post processing so that it in the presence of multiple 2006-05-11 22:32:47 +00:00
flatpages
humanize Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Thanks, ubernostrum 2006-06-04 01:03:48 +00:00
markup
redirects
sessions Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies. 2006-06-01 22:25:06 +00:00
sites Fixed #1985 -- Got CurrentSiteManager working 2006-05-26 16:30:42 +00:00
syndication
__init__.py