.. |
admin
|
Fixed #4200 -- Made get_admin_log template tag behave according to its
|
2007-05-08 03:56:44 +00:00 |
auth
|
Fixed #3379 -- Changed login() so that we update last_login when a user
|
2007-04-25 09:44:06 +00:00 |
comments
|
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
|
2007-04-26 13:30:48 +00:00 |
contenttypes
|
Moved generic relations into django.contrib.contenttypes, since it depends on
|
2007-05-08 10:59:35 +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 #4060 -- Databrowse no longer requires admin site to be installed
|
2007-04-17 07:08:42 +00:00 |
flatpages
|
Fixed #3845 -- Added index to URL attribute of flatpages model.
|
2007-03-29 11:46:26 +00:00 |
formtools
|
Changed the fix from [5231] so that the backwards-incompatibility is made more
|
2007-05-14 16:24:51 +00:00 |
humanize
|
Removed stray tab in django.contrib.humanize template tag
|
2007-03-29 22:28:13 +00:00 |
localflavor
|
Fixed a compatibility problem with Python 2.3.
|
2007-05-12 16:05:51 +00:00 |
markup
|
restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_SETTINGS}}} into docutils. See http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer for what these settings are.
|
2006-06-30 20:19:05 +00:00 |
redirects
|
Fixed #2139 -- Changed Redirect repr to str
|
2006-06-12 16:20:05 +00:00 |
sessions
|
Reduced the chances of session object collision. The window of opportunity is
|
2007-03-22 02:20:33 +00:00 |
sitemaps
|
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
|
2007-04-26 13:30:48 +00:00 |
sites
|
Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests.
|
2006-08-27 12:46:39 +00:00 |
syndication
|
Added missing piece needed for supporting subtitle in Atom feeds.
|
2007-04-20 14:53:21 +00:00 |
webdesign
|
Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words were
|
2007-05-11 09:44:13 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |