mirror of
https://github.com/django/django.git
synced 2025-08-02 01:53:15 +00:00
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3bd849062c
commit
574eafe4c0
24 changed files with 48 additions and 50 deletions
|
@ -2,8 +2,7 @@
|
|||
Form classes
|
||||
"""
|
||||
|
||||
from copy import deepcopy
|
||||
|
||||
from django.utils.copycompat import deepcopy
|
||||
from django.utils.datastructures import SortedDict
|
||||
from django.utils.html import conditional_escape
|
||||
from django.utils.encoding import StrAndUnicode, smart_unicode, force_unicode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue