| Age | Commit message (Collapse) | Author |
|
|
|
|
|
in __init__().
|
|
|
|
@python_2_unicode_compatible.
|
|
|
|
|
|
template objects.
Per deprecation timeline; refs 79deb6a0716e554cac5308e86f5754f19ad436dc.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
optional.
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
|
|
per deprecation timeline.
|
|
deprecation timeline.
|
|
deprecation timeline.
|
|
timeline.
|
|
|
|
Per deprecation timeline.
|
|
timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most likely this is a losing fight -- people seem to love this small
convention -- but at least the reasons for avoiding it will be
documented.
Refs #25356.
|
|
tag rendering.
|
|
|
|
Thanks jwa and lamby for the suggestions, and timgraham and jarshwah
for their reviews.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is
then used by the feed builder. If the feed is a RSS feed, an exception is
raised as RSS feeds don't allow multiple enclosures per feed item.
The ``item_enclosures`` hook defaults to an empty list or, if the
``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure``
built from the ``item_enclosure_url``, ``item_enclosure_length``, and
``item_enclosure_mime_type`` hooks.
|
|
|
|
|
|
|
|
|
|
|
|
These steps are no longer needed as of pysqlite 2.7.0.
https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
|
|
|
|
Thanks Seth Gottlieb for help with the documentation and
Carl Meyer and Joshua Kehn for reviews.
|
|
|