| Age | Commit message (Collapse) | Author |
|
python_2_unicode_compatible().
|
|
|
|
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
Last-Modified header.
|
|
Thanks Konrad Świat for the original patch.
|
|
|
|
Added format_lazy function to django.utils.text module.
Useful when dealing with relative complex lazy string concatenations
(e.g. in urls.py when translating urls in regular expressions).
|
|
Thanks ArcTanSusan for the initial patch.
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
|
|
|
|
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
|
|
Thanks to bmispelon and uruz for the initial patch.
|
|
|
|
|
|
|
|
deprecation timeline.
|
|
|
|
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.
|
|
|
|
|
|
Thanks hellbeast for the initial patch.
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
|
|
|
|
templates.
|
|
|
|
#21674.
|
|
|
|
|
|
|
|
|