django/docs/topics
Chris Lamb 3306106fb1 [1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.

We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.

Backport of abc0777b63 from master
2016-01-25 12:44:14 -05:00
..
_images Optimise the rest of the PNGs in docs 2015-05-29 15:22:40 +10:00
auth [1.9.x] Fixed user_passes_test() signature in docs. 2015-12-08 15:57:38 -05:00
class-based-views [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
db [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
forms [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
http [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
i18n [1.9.x] Fixed Sphinx highlight warnings in docs. 2016-01-25 12:04:55 -05:00
testing [1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures. 2016-01-25 06:52:44 -05:00
cache.txt [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 10:50:55 -05:00
checks.txt Fixed #25174 -- Moved some details of CheckMessage to the reference guide. 2015-07-31 08:21:34 -04:00
conditional-view-processing.txt [1.9.x] Added missing period to "etc.". 2016-01-11 18:05:56 -05:00
email.txt [1.9.x] Fixed #25755 -- Unified spelling of "website". 2015-11-16 06:44:46 -05:00
external-packages.txt [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
files.txt [1.9.x] Added missing period to "etc.". 2016-01-11 18:05:56 -05:00
index.txt [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
install.txt [1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:44:14 -05:00
logging.txt [1.9.x] Fixed #25959 -- Updated logging example to use the django logger. 2015-12-24 10:07:56 -05:00
migrations.txt [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
pagination.txt [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 10:50:55 -05:00
performance.txt [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
python3.txt [1.9.x] Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:03:16 -05:00
security.txt [1.9.x] Fixed Sphinx highlight warnings in docs. 2016-01-25 12:04:55 -05:00
serialization.txt [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:18:24 -05:00
settings.txt [1.9.x] Improved "“standalone” Django usage" example. 2015-09-29 15:09:28 -04:00
signals.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
signing.txt [1.9.x] Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:03:16 -05:00
templates.txt [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 10:50:55 -05:00