Lorenzo Peña
|
91c879eda5
Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.
|
3 months ago |
Natalia
|
05cce083ad
Removed versionadded/changed annotations for 5.0.
|
9 months ago |
Olivier Tabone
|
b9473cac65
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.
|
1 year ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2 years ago |
mgaligniana
|
7f8f69fb38
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_404()/get_list_or_404().
|
3 years ago |
Shashank Parekh
|
8000767769
Fixed #30504 -- Corrected redirect() signature in docs.
|
5 years ago |
Tim Graham
|
8045dff98c
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
|
6 years ago |
Tim Graham
|
573ec714e5
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
6 years ago |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
Harry Moreno
|
6e55cf0de6
Removed usage of 'object' variable name in docs.
|
6 years ago |
Tim Graham
|
7b6e42089c
Fixed #25978 -- Deprecated shorcuts.render_to_response().
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Alasdair Nicol
|
28d05a4c19
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
|
9 years ago |
Alasdair Nicol
|
32c7d93e5f
Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
|
9 years ago |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 years ago |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
9023696613
Removed dictionary and context_instance parameters for render functions.
|
9 years ago |
Tim Graham
|
b3641512c8
Removed dirs parameter in template engine methods and related funtions.
|
9 years ago |
Tim Graham
|
5e450c52aa
Removed current_app argument to render() and TemplateResponse().
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 years ago |
David Krisch
|
1a62f19707
Fixed #24763 -- Moved DoesNotExist exception to model docs.
|
9 years ago |
Aymeric Augustin
|
2133f3157e
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Keryn Knight
|
726a9550db
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
|
10 years ago |
Aymeric Augustin
|
ee8d5b91e9
Wrote main documentation for templates.
|
10 years ago |