template.Template.render()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Template.render(context) [source] Call the Template object’s render()

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

filepath_to_uri(path) [source] Convert a file system path to a URI portion that is suitable

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.point_on_surface()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.point_on_surface(**kwargs) Deprecated since version 1.9:

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

class ModelAdmin [source] The ModelAdmin class is the representation of a model

2025-01-10 15:47:30
http.HttpRequest.content_params
  • References/Python/Django/API/Request and response objects

HttpRequest.content_params New in Django 1.10. A

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

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

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

decorator_from_middleware(middleware_class) [source] Given a middleware class, returns a

2025-01-10 15:47:30
admin.AdminSite.disable_action()
  • References/Python/Django/API/Admin actions

AdminSite.disable_action(name) [source] If you need to disable a site-wide

2025-01-10 15:47:30
auth.views.password_change()
  • References/Python/Django/Guides

password_change(request, template_name='registration/password_change_form.html', post_change_redirect=None, password_change_form=PasswordChangeForm, current_app=None

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

ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for

2025-01-10 15:47:30