* Move to newforms-admin (compatible with Django 1.0 alphas)

* Changes to a few translation blocks; this is still a WIP.
This commit is contained in:
Ross Poulton
2008-08-11 23:24:18 +00:00
parent 23084499c1
commit c762313e08
9 changed files with 49 additions and 38 deletions

View File

@ -7,7 +7,7 @@ forms.py - Definitions of newforms-based forms for creating and maintaining
tickets.
"""
from django import newforms as forms
from django import forms
from helpdesk.models import Ticket, Queue, FollowUp
from django.contrib.auth.models import User
from datetime import datetime