sessions.base_session.AbstractBaseSession
  • References/Python/Django/Guides

class base_session.AbstractBaseSession New in Django 1.9.

2025-01-10 15:47:30
gis.gdal.Point.x
  • References/Python/Django/API/GDAL API

x Returns the X coordinate of this point: >>>

2025-01-10 15:47:30
utils.translation.pgettext()
  • References/Python/Django/API/Django Utils

pgettext(context, message) [source] Translates message given the context

2025-01-10 15:47:30
auth.models.AbstractBaseUser.get_username()
  • References/Python/Django/Guides

get_username() Returns the value of the field nominated by USERNAME_FIELD.

2025-01-10 15:47:30
db.models.ManyToManyField.related_name
  • References/Python/Django/API/Models/Model field reference

ManyToManyField.related_name Same as ForeignKey.related_name.

2025-01-10 15:47:30
db.transaction.on_commit()
  • References/Python/Django/Guides

on_commit(func, using=None) [source] Pass any function (that takes no arguments) to

2025-01-10 15:47:30
gis.gdal.GDALRaster.srs
  • References/Python/Django/API/GDAL API

srs The spatial reference system of the raster, as a SpatialReference instance. The SRS can be changed by setting

2025-01-10 15:47:30
gis.geoip.GeoIP.country()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.country(query) Returns a dictionary with the country code and country for the given query.

2025-01-10 15:47:30
staticfiles.storage.CachedStaticFilesStorage
  • References/Python/Django/API/contrib packages/The staticfiles app

class storage.CachedStaticFilesStorage CachedStaticFilesStorage is a similar class like the ManifestStat

2025-01-10 15:47:30
gis.geoip.GeoIP.info
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.info This property returns information about all GeoIP databases (both city and country), and the version of the GeoIP

2025-01-10 15:47:30