Ticket #17660: 17660a_docs.patch
File 17660a_docs.patch, 828 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, 304 which could lead to it erroneously considering an argument as a string literal 305 when it wasn't. It now utilises parser.compile_filter like other tags. 306 307 The ``ExtendsNode`` definition has changed, so it may break any custom tags 308 that use this class. 309 300 310 ``CachedStaticFilesStorage`` storage backend 301 311 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 302 312