django1/django/contrib/contenttypes
Russell Keith-Magee 322a50a3fc [1.1.X] Fixed #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting content from a production database. Thanks to kcarnold for the report and patch.
Backport of r12782 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-15 09:59:38 +00:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
generic.py [1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of [12533] from trunk. 2010-02-23 17:26:20 +00:00
management.py [1.1.X] Fixed #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting content from a production database. Thanks to kcarnold for the report and patch. 2010-03-15 09:59:38 +00:00
models.py Fixed #10738 -- Fixed content type values for deferred and proxy models. 2009-04-11 13:22:32 +00:00
tests.py Beefed up caching of ContentType lookups by adding ContentType.objects.get_for_id(). This shares the same cache as get_for_model(), and thus things that do lots of ctype lookups by ID will benefit. Refs #5570. 2008-03-10 23:32:28 +00:00
views.py [1.1.X] Fixed #10927 - Content Types shortcut view throws 500s instead of 404s 2009-12-19 15:31:28 +00:00