Django

Code

Show
Ignore:
Timestamp:
07/21/08 22:24:09 (6 months ago)
Author:
adrian
Message:

Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/databrowse/views.py

    r7131 r8046  
    1 from django.db.models import FieldDoesNotExist, DateTimeField 
    21from django.http import Http404 
    32from django.shortcuts import render_to_response 
    4 from django.contrib.databrowse.datastructures import EasyModel, EasyChoice 
    53 
    64###########