django1/django/views/admin
Adrian Holovaty 9b98383175 Fixed #187 -- Made admin view handle one-to-one relationships in which the parent relationship doesn't have the 'admin' parameter set. Thanks, Moof
git-svn-id: http://code.djangoproject.com/svn/django/trunk@331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 23:24:55 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
doc.py Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact 2005-07-26 16:11:43 +00:00
main.py Fixed #187 -- Made admin view handle one-to-one relationships in which the parent relationship doesn't have the 'admin' parameter set. Thanks, Moof 2005-07-26 23:24:55 +00:00
template.py Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00