gis.gdal.Layer.get_fields()
  • References/Python/Django/API/GDAL API

get_fields() A method that returns a list of the values of a given field for each feature in the layer:

2025-01-10 15:47:30
db.models.functions.Length
  • References/Python/Django/API/Models/Database Functions

class Length(expression, **extra) [source] Accepts a single text field or expression and

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

class models.CustomUserManager create_user(*username_field*, password=None, **other_fields)

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

storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.item_attributes()
  • References/Python/Django/API/Django Utils

item_attributes(item) [source] Return extra attributes to place on each item (i.e. item/entry)

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

ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the

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

BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes

2025-01-10 15:47:30
gis.geos.MultiLineString
  • References/Python/Django/API/GEOS API

class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString

2025-01-10 15:47:30
db.models.Expression.get_group_by_cols()
  • References/Python/Django/API/Models/Query Expressions

get_group_by_cols() Responsible for returning the list of columns references by this expression. get_group_by_cols()

2025-01-10 15:47:30
db.models.fields.files.FieldFile.close()
  • References/Python/Django/API/Models/Model field reference

FieldFile.close() [source] Behaves like the standard Python file.close() method

2025-01-10 15:47:30