LogEntry.object_id The textual representation of the modified object’s primary key.
delimiter Required argument. Needs to be a string.
GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).
GeoIP.country_code(query) Returns only the country code corresponding to the query.
class MessageMiddleware [source] Enables cookie- and session-based message support. See the messages documentation.
class models.LogEntry The LogEntry class tracks additions, changes, and deletions of objects done through the admin interface.
get_default_timezone_name() [source] Returns the name of the default time zone.
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”.
GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification that includes any SRID value that are a part of this geometry.
QueryDict.items() Just like the standard dictionary items() method, except this uses the same last-value logic as __getitem__(). For example: >>> q = QueryDict('a=1&a=2&a=3') >>> q.items() [('a', '3')]
Page 49 of 226