Silvan Spross
|
7264e5c661
Add missing imports and models to the examples in the template layer documentation
|
12 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Andrew Badr
|
29cd3d6c01
Fix docs for context_processors.auth
|
12 years ago |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 years ago |
Tim Graham
|
74c025d028
Fixed #13608 - Noted that template lookups use literal values.
|
12 years ago |
Tim Graham
|
f99ecaff06
Fixed #18642 - Added a note suggesting the use of render() rather than render_to_response() if you need RequestContext in your template.
|
12 years ago |
Marc Tamlyn
|
58683e9c82
Fixed #16744 -- Class based view should have the view object in the context
|
12 years ago |
Aymeric Augustin
|
8c670ee347
Fixed #18617 -- Highlighted that the app_directories template loader depends on the order of INSTALLED_APPS.
|
12 years ago |
Claude Paroz
|
8a5d1a6b93
Updated obsolete links in the documentation
|
12 years ago |
jnns
|
c864b36ba1
Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Claude Paroz
|
f65e412abd
Fixed #18259 -- Specified that ROOT_URLCONF might be needed.
|
12 years ago |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 years ago |
Chris Beaven
|
a901654a96
Very minor Python formatting change to template documentation
|
13 years ago |
Aymeric Augustin
|
93240b7d90
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the corresponding Python objects in templates.
|
13 years ago |
Timo Graham
|
44452b11eb
Fixed #17618 - Documented that variable names in template must not start with an underscore; thanks guillemette and krzysiumed.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Julien Phalip
|
c2b9f6496e
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
|
13 years ago |
Carl Meyer
|
00678334aa
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
|
13 years ago |
Jannis Leidel
|
38a2444277
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location.
|
13 years ago |
Ramiro Morales
|
50ad59527c
Tweaked some `render_to_response` links in the documentation.
|
14 years ago |
Luke Plant
|
1286d78311
Fixed #15791 - method to signal that callable objects should not be called in templates
|
14 years ago |
Luke Plant
|
8d4b414760
Fixed #15757 - removed remaining instances of get_and_delete_messages
|
14 years ago |
Ramiro Morales
|
413ceb57b2
Changed 'raise' statements to new style syntax in documentation. Thanks DaNmarner. Refs #15635.
|
14 years ago |
Russell Keith-Magee
|
7aa84917a4
Fixed #15299 -- Started the process of migrating the auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch.
|
14 years ago |
Ramiro Morales
|
f81d4ba5b3
Fixed #14038 -- Added information to release notes and version changed|added markers to documentation additions for the new template loeaders API introduced in version 1.2. Thanks 3point2 for the report.
|
14 years ago |
Luke Plant
|
7b8c38250c
Fixed #15057 - documented change in [14992]
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |