django1/django/views/admin
Adrian Holovaty 6beab20722 Fixed #374 -- Filtering by BooleanField now works in admin with SQLite. Thanks, davidschein
git-svn-id: http://code.djangoproject.com/svn/django/trunk@804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-08 20:23:11 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
doc.py Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
main.py Fixed #374 -- Filtering by BooleanField now works in admin with SQLite. Thanks, davidschein 2005-10-08 20:23:11 +00:00
template.py Changed django.views.admin.template to use render_to_response, to cut on code 2005-09-23 21:53:53 +00:00