.. |
admin
|
Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.
|
2007-04-09 12:13:06 +00:00 |
auth
|
Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.
|
2007-04-23 05:51:29 +00:00 |
comments
|
Fixed #3473 -- Corrected access to get in manager (probably introduced as part of magic-removal conversion).
|
2007-03-31 02:23:34 +00:00 |
contenttypes
|
Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. This needs to be called at syncdb time to avoid "stale" content-type IDs after the database gets flushed during unit tests.
|
2007-03-11 16:06:08 +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
|
Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbose_name'. Also renamed 'Submit' button to 'Preview'. Thanks for the patch, erickt@dslextreme.com
|
2007-03-20 16:54:05 +00:00 |
humanize
|
Removed stray tab in django.contrib.humanize template tag
|
2007-03-29 22:28:13 +00:00 |
localflavor
|
Fixed #3866 -- Added Italian Social Security and VAT input fields to localflavor. Thanks, Massimiliano Ravelli.
|
2007-04-17 13:37:45 +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 #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam.
|
2006-12-07 00:02:02 +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 #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag into there
|
2007-03-30 01:50:06 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |