Tim Graham
|
36ded01527
|
Fixed #21302 -- Fixed unused imports and import *.
|
2013-11-02 15:24:56 -04:00 |
Baptiste Mispelon
|
24f9967619
|
Fixed regression introduced by 20472aa827 .
The wrong exception was being caught when detecting the presence of GeoIP.
Thanks to ramiro for the report.
|
2013-10-09 11:53:43 +02:00 |
Baptiste Mispelon
|
20472aa827
|
Fixed #21189: Cleaned up usage of bare except clauses.
Thanks to berkerpeksag for the report and to claudep
for the review.
|
2013-10-05 11:50:03 +02:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Claude Paroz
|
02eca6c0e2
|
Added more relative imports in contrib.gis.
|
2012-05-18 17:06:25 +02:00 |
Justin Bronn
|
05e29716b4
|
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-09-10 18:04:27 +00:00 |