Ticket #17660: 17660_doc.patch

File 17660_doc.patch, 727 bytes (added by FunkyBob, 13 years ago)

Release notes doc patch

  • docs/releases/1.4.txt

     
    297297backend's ``url`` method and therefore supports advanced features such as
    298298:ref:`serving files from a cloud service<staticfiles-from-cdn>`.
    299299
     300``extends`` template tag
     301~~~~~~~~~~~~~~~~~~~~~~~~
     302
     303Previously, the :ttag:`extends` tag used a buggy method of parsing arguments, which
     304could lead to it erroneously considering an argument as a string literal when
     305it wasn't.  It now utilises parser.compile_filter like other tags.
     306
    300307``CachedStaticFilesStorage`` storage backend
    301308~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    302309
Back to Top