Unicode data
  • References/Python/Django/API/Unicode data

Django natively supports Unicode data everywhere. Providing your database can somehow store the data, you can safely pass around Unicode strings to templates, models and the

2025-01-10 15:47:30
db.models.Func.function
  • References/Python/Django/API/Models/Query Expressions

function A class attribute describing the function that will be generated. Specifically, the function will be interpolated

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

GeoIP.record_by_name(query)

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
forms.RadioSelect
  • References/Python/Django/API/Forms/Widgets

class RadioSelect [source] Similar to Select, but rendered as a list of radio

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

LogEntry.get_edited_object() A shortcut that returns the referenced object.

2025-01-10 15:47:30
forms.Field.disabled
  • References/Python/Django/API/Forms/Form fields

Field.disabled New in Django 1.9. The

2025-01-10 15:47:30
forms.Field.required
  • References/Python/Django/API/Forms/Form fields

Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either

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

StreamingHttpResponse.status_code The

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

string_concat(*strings) Lazy variant of string concatenation, needed for translations that are constructed from multiple parts

2025-01-10 15:47:30