1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/docs/ref
Chris Lamb abc0777b63 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.
2016-01-25 12:39:06 -05:00
..
class-based-views Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
contrib Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
files Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
forms Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
models Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
templates Fixed #26118 -- Added 'is' operator to if template tag. 2016-01-22 15:35:28 -05:00
applications.txt
checks.txt Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
clickjacking.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
csrf.txt Changed action="." to action="" in tests and docs. 2016-01-21 13:59:15 -05:00
databases.txt Fixed #26121 -- Updated MySQL storage engine example. 2016-01-22 08:19:00 -05:00
django-admin.txt Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:39:06 -05:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided. 2016-01-23 14:19:03 -05:00
request-response.txt
schema-editor.txt
settings.txt Fixed #23868 -- Added support for non-unique django-admin-options in docs. 2016-01-14 18:21:33 -05:00
signals.txt Fixed #23868 -- Added support for non-unique django-admin-options in docs. 2016-01-14 18:21:33 -05:00
template-response.txt
unicode.txt
urlresolvers.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
urls.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
utils.txt
validators.txt
views.txt