gis.geoip.GeoIP.coords()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).

2025-01-10 15:47:30
forms.CheckboxSelectMultiple
  • References/Python/Django/API/Forms/Widgets

class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered

2025-01-10 15:47:30
gis.geoip2.GeoIP2.city()
  • References/Python/Django/API/Geolocation with GeoIP2

GeoIP2.city(query) Returns a dictionary of city information for the given query. Some of the values in the dictionary may be

2025-01-10 15:47:30
forms.BoundField.id_for_label
  • References/Python/Django/API/Forms/The Forms API

BoundField.id_for_label Use this property to render the ID of this field. For example, if you are manually constructing a

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

Field.concrete Boolean flag that indicates if the field has a database column associated with it.

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

OneToOneField.parent_link When True and used in a model which inherits from another concrete

2025-01-10 15:47:30
admin.ModelAdmin.save_on_top
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.

2025-01-10 15:47:30
test.Client.login()
  • References/Python/Django/Guides

login(**credentials) [source] If your site uses Django’s authentication

2025-01-10 15:47:30
db.models.query.QuerySet.latest()
  • References/Python/Django/API/Models/QuerySet API reference

latest(field_name=None) Returns the latest object in the table, by date, using the field_name provided as the date

2025-01-10 15:47:30
utils.feedgenerator.Enclosure
  • References/Python/Django/API/Django Utils

class Enclosure [source] Represents an RSS enclosure

2025-01-10 15:47:30