diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-03 17:26:50 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-03 17:26:50 +0000 |
| commit | 06885f37be28567a8a0f980300d2c424a7f8a91b (patch) | |
| tree | a237cbd2ca3faccd5d499f2667848bdae749bef2 | |
| parent | 3d918f41f50f1f1f756adbc77ed9575d6b475166 (diff) | |
Removed unused warnings import that should have been removed in [8191], refs #7830.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/db/models/query.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/models/query.py b/django/db/models/query.py index 96fe210fc6..5b24195a7d 100644 --- a/django/db/models/query.py +++ b/django/db/models/query.py @@ -1,4 +1,3 @@ -import warnings try: set except NameError: |
