mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed unused GeoIP2.info property.
This commit is contained in:
		| @@ -225,16 +225,6 @@ class GeoIP2: | ||||
|         else: | ||||
|             return None | ||||
|  | ||||
|     # #### GeoIP Database Information Routines #### | ||||
|     @property | ||||
|     def info(self): | ||||
|         "Return information about the GeoIP library and databases in use." | ||||
|         meta = self._reader.metadata() | ||||
|         return "GeoIP Library:\n\t%s.%s\n" % ( | ||||
|             meta.binary_format_major_version, | ||||
|             meta.binary_format_minor_version, | ||||
|         ) | ||||
|  | ||||
|     @classmethod | ||||
|     def open(cls, full_path, cache): | ||||
|         return GeoIP2(full_path, cache) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user