gis.db.models.functions.Scale
  • References/Python/Django/API/Geographic Database Functions

class Scale(expression, x, y, z=0.0, **extra) Availability: PostGIS, SpatiaLite Accepts

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

DateField.auto_now_add Automatically set the field to now when the object is first created. Useful for creation of timestamps

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

class SafeUnicode Historical name of SafeText. Only available under Python 2.

2025-01-10 15:47:30
db.models.Options.unique_together
  • References/Python/Django/API/Models/Model Meta options

Options.unique_together Sets of field names that, taken together, must be unique:

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

class Max(expression, output_field=None, **extra) [source] Returns the maximum value of the

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

class models.AbstractBaseUser get_username() Returns the value of the field

2025-01-10 15:47:30
http.QueryDict.dict()
  • References/Python/Django/API/Request and response objects

QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict

2025-01-10 15:47:30
auth.models.User.has_perms()
  • References/Python/Django/API/contrib packages/django.contrib.auth

has_perms(perm_list, obj=None) Returns True if the user has each of the specified permissions, where each perm

2025-01-10 15:47:30
dispatch.Signal.send()
  • References/Python/Django/Guides

Signal.send(sender, **kwargs) [source]

2025-01-10 15:47:30
auth.models.User.username
  • References/Python/Django/API/contrib packages/django.contrib.auth

username Required. 150 characters or fewer. Usernames may contain alphanumeric, _, @, +

2025-01-10 15:47:30