Loading django/contrib/admin/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ def delete_selected(modeladmin, request, queryset): """ Default action which deletes the selected objects. This action first displays a confirmation page whichs shows all the This action first displays a confirmation page which shows all the deleteable objects, or, if the user has no permission one of the related childs (foreignkeys), a "permission denied" message. Loading django/contrib/auth/context_processors.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class PermLookupDict(object): return self.user.has_perm("%s.%s" % (self.app_label, perm_name)) def __iter__(self): # To fix 'item in perms.someapp' and __getitem__ iteraction we need to # To fix 'item in perms.someapp' and __getitem__ interaction we need to # define __iter__. See #18979 for details. raise TypeError("PermLookupDict is not iterable.") Loading django/contrib/gis/db/backends/postgis/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ class PostGISGeometryColumns(models.Model): class PostGISSpatialRefSys(models.Model, SpatialRefSysMixin): """ The 'spatial_ref_sys' table from PostGIS. See the PostGIS documentaiton at Ch. 4.2.1. documentation at Ch. 4.2.1. """ srid = models.IntegerField(primary_key=True) auth_name = models.CharField(max_length=256) Loading django/contrib/gis/db/models/query.py +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ class GeoQuerySet(QuerySet): SQL function to call. settings: Dictonary of internal settings to customize for the spatial procedure. Dictionary of internal settings to customize for the spatial procedure. Public Keyword Arguments: Loading django/contrib/gis/gdal/geomtype.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from django.utils import six class OGRGeomType(object): "Encapulates OGR Geometry Types." "Encapsulates OGR Geometry Types." wkb25bit = -2147483648 Loading Loading
django/contrib/admin/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ def delete_selected(modeladmin, request, queryset): """ Default action which deletes the selected objects. This action first displays a confirmation page whichs shows all the This action first displays a confirmation page which shows all the deleteable objects, or, if the user has no permission one of the related childs (foreignkeys), a "permission denied" message. Loading
django/contrib/auth/context_processors.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class PermLookupDict(object): return self.user.has_perm("%s.%s" % (self.app_label, perm_name)) def __iter__(self): # To fix 'item in perms.someapp' and __getitem__ iteraction we need to # To fix 'item in perms.someapp' and __getitem__ interaction we need to # define __iter__. See #18979 for details. raise TypeError("PermLookupDict is not iterable.") Loading
django/contrib/gis/db/backends/postgis/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ class PostGISGeometryColumns(models.Model): class PostGISSpatialRefSys(models.Model, SpatialRefSysMixin): """ The 'spatial_ref_sys' table from PostGIS. See the PostGIS documentaiton at Ch. 4.2.1. documentation at Ch. 4.2.1. """ srid = models.IntegerField(primary_key=True) auth_name = models.CharField(max_length=256) Loading
django/contrib/gis/db/models/query.py +1 −1 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ class GeoQuerySet(QuerySet): SQL function to call. settings: Dictonary of internal settings to customize for the spatial procedure. Dictionary of internal settings to customize for the spatial procedure. Public Keyword Arguments: Loading
django/contrib/gis/gdal/geomtype.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from django.utils import six class OGRGeomType(object): "Encapulates OGR Geometry Types." "Encapsulates OGR Geometry Types." wkb25bit = -2147483648 Loading