Ticket #17660: 17660_doc.patch
File 17660_doc.patch, 727 bytes (added by , 13 years ago) |
---|
-
docs/releases/1.4.txt
297 297 backend's ``url`` method and therefore supports advanced features such as 298 298 :ref:`serving files from a cloud service<staticfiles-from-cdn>`. 299 299 300 ``extends`` template tag 301 ~~~~~~~~~~~~~~~~~~~~~~~~ 302 303 Previously, the :ttag:`extends` tag used a buggy method of parsing arguments, which 304 could lead to it erroneously considering an argument as a string literal when 305 it wasn't. It now utilises parser.compile_filter like other tags. 306 300 307 ``CachedStaticFilesStorage`` storage backend 301 308 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 302 309