Changes between Version 63 and Version 64 of NewformsAdminBranch


Ignore:
Timestamp:
Jul 16, 2008, 1:02:06 PM (16 years ago)
Author:
Ramiro Morales
Comment:

drop a contrib.admin import that isn't needed anymore in a models.py file

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v63 v64  
    9595# a sample models.py file
    9696from django.db import models
    97 from django.contrib import admin
    9897
    9998class Author(models.Model):
Back to Top