My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 31 attachment: mptt_forms_r017.patch (559 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- django-mptt-read-only/mptt/forms.py 2008-08-29 10:34:49.000000000 +0200
+++ django-mptt/mptt/forms.py 2008-08-29 10:30:07.000000000 +0200
@@ -1,9 +1,9 @@
"""
Form components for working with trees.
"""
-from django import newforms as forms
-from django.newforms.forms import NON_FIELD_ERRORS
-from django.newforms.util import ErrorList
+from django import forms
+from django.forms.forms import NON_FIELD_ERRORS
+from django.forms.util import ErrorList
from django.utils.translation import ugettext_lazy as _

from mptt.exceptions import InvalidMove
Powered by Google Project Hosting