django1/django/views/admin
Adrian Holovaty 584cab7bc5 Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Also refactored the way meta.Admin is handled, so that fields aren't initialized until you manually call meta.Admin.get_field_objs()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 05:46:00 +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 bug in dynamically-generated docs -- ForeignKeys were throwing an exception 2005-07-18 20:35:51 +00:00
main.py Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Also refactored the way meta.Admin is handled, so that fields aren't initialized until you manually call meta.Admin.get_field_objs() 2005-07-20 05:46:00 +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