django1/django/contrib
Karen Tracey 08a698ed46 [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
cause a server error. Thanks for report and initial patch sacre@wp.pl. 

Backport of r12648 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-02 02:39:26 +00:00
..
admin [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not 2010-03-02 02:39:26 +00:00
admindocs [1.1.X] Fixed #12385: Made built-in field type descriptions in admindocs translatable again. Many thanks to Ramiro for the problem report and patch. 2009-12-16 18:17:18 +00:00
auth [1.1.X] Fixed #5605: only lowercase the domain portion of an email address in `UserManager.create_user`. 2010-03-01 20:32:55 +00:00
comments [1.1.X] Fixed #10878, an error in the `Moderator` docstring. 2010-03-01 20:19:53 +00:00
contenttypes [1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of [12533] from trunk. 2010-02-23 17:26:20 +00:00
csrf [1.1.X] Fixed #12503 - form examples don't validate according to w3c 2010-01-04 22:22:16 +00:00
databrowse [1.1.X] Fixed #12480 - Use month variable for headline text. 2010-01-17 22:09:07 +00:00
flatpages Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
formtools [1.1.X] Fixed a silly bug in [12644]. 2010-03-02 00:00:08 +00:00
gis [1.1.X] Removed more stray tabs in Python files. 2010-02-27 16:37:32 +00:00
humanize Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
localflavor [1.1.X] Fixed #12017 - Overriding the default error message of the UKPostcodeField works again. Backport of r12044 and r12249. 2010-01-17 22:51:25 +00:00
markup Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as 2008-04-15 02:00:15 +00:00
redirects Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
sessions Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
sitemaps Fixed #8574 -- Made Sitemap a new-style class 2008-09-17 04:56:04 +00:00
sites Invalidate the appropriate SITE_CACHE entry when saving a Site model. 2009-02-27 04:57:33 +00:00
syndication Fixed #9957: feeds now respect time zone information provided by the pub date. 2009-04-07 21:20:14 +00:00
webdesign Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00