Changes between Version 3 and Version 4 of CookBookNewformsAdminAndUser


Ignore:
Timestamp:
Jul 22, 2008, 3:11:35 PM (16 years ago)
Author:
smcoll
Comment:

django.db.models was imported twice

Legend:

Unmodified
Added
Removed
Modified
  • CookBookNewformsAdminAndUser

    v3 v4  
    77{{{
    88
    9 from django.db import models
    109from django.http import Http404, HttpResponse, HttpResponseRedirect
    1110from django.utils.html import escape
Back to Top