Kevin Ndung'u
|
0d74209ef6
Fixed #23900 -- Added missing imports in code example.
|
10 years ago |
Aymeric Augustin
|
18533fb558
Removed direct references to template-related settings.
|
10 years ago |
Aymeric Augustin
|
6294bd3903
Encapsulated TEMPLATE_DEBUG in Engine.
|
10 years ago |
Aymeric Augustin
|
47a131b944
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
|
10 years ago |
Aymeric Augustin
|
37505b6397
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
|
10 years ago |
Aymeric Augustin
|
98ac69af53
Encapsulated ALLOWED_INCLUDE_ROOTS in Engine.
|
10 years ago |
Aymeric Augustin
|
246cfdeae3
Moved make_origin into the Engine class.
|
10 years ago |
Aymeric Augustin
|
240ea67ce0
Move compile_string into the Engine class.
|
10 years ago |
Aymeric Augustin
|
5b1bb40216
Added to each Context a reference to the Engine.
|
10 years ago |
Aymeric Augustin
|
a2dd08666c
Removed dependency of template loaders on Django settings.
|
10 years ago |
Aymeric Augustin
|
29a977ab14
Moved template loaders management in Engine.
|
10 years ago |
Aymeric Augustin
|
544a716da8
Removed unused API get_template_loaders.
|
10 years ago |
Aymeric Augustin
|
572cdb4391
Introduced a template engine class.
|
10 years ago |
Aymeric Augustin
|
17012b6936
Deprecated dirs argument to override TEMPLATE_DIRS.
|
10 years ago |
Carl Meyer
|
bcb693ebd4
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
|
10 years ago |
Carl Meyer
|
f36151ed16
Fixed #23892 -- Made deconstructible classes forwards compatible
|
10 years ago |
Carl Meyer
|
a9cced7aec
Fix another flake8 warning.
|
10 years ago |
Berker Peksag
|
da2a35cf9e
Silenced a flake8 warning.
|
10 years ago |
Aymeric Augustin
|
7331788300
Avoided rewrapping Contexts in render_to_response.
|
10 years ago |
Aymeric Augustin
|
bf1bd0fbc9
Moved tests for render shortcuts to their own app.
|
10 years ago |
Claude Paroz
|
b38637d581
Fixed #23887 -- Returned Bad Request for multipart parsing fails
|
10 years ago |
Claude Paroz
|
b0a58b9085
Updated an old note about GEOSGeometry.transform
|
10 years ago |
Collin Anderson
|
d4ea4eea79
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprecation warnings.
|
10 years ago |
Simon Charette
|
c7087bc777
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
|
10 years ago |
Simon Charette
|
a7c3d0f288
Fixed typo in forms/models.py comment.
|
10 years ago |
Stanislas Guerra
|
06726965c3
Fixed #23778 -- Added a doc section on using the Django runner for reusable apps.
|
10 years ago |
Berker Peksag
|
343162410f
Fixed #21753 -- Raised exception when both `form_class` and `fields` are specified.
|
10 years ago |
Alasdair Nicol
|
5b26a014a8
Fixed #23865 -- documented how to assign errors to a field in Model.clean()
|
10 years ago |
Tom V
|
a3aeba0f95
Fixed typo in docs/internals/release-process.txt.
|
10 years ago |
Simon Charette
|
8330b50c85
Fixed #23863 -- Made runtests accept the keepdb option.
|
10 years ago |