index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
Age
Commit message (
Expand
)
Author
2018-06-22
[2.1.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type hea...
Tim Graham
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-18
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-12
Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...
Himanshu Chauhan
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
Refs #15902 -- Made set_language() view always set the current language in a ...
Claude Paroz
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-10-28
Refs #28457 -- Removed unused .next-step CSS in django/views/templates/defaul...
Tim Baxter
2017-10-28
Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.
Tim Baxter
2017-10-24
Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.
Scot Hacker
2017-09-21
Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...
Stefan Sinca
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...
Tim Graham
2017-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-21
Django -> django when styled as a logo with font. This was pointed out at Dja...
Allen, Timothy
2017-08-12
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...
Martin von Gagern
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-08-02
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...
Tim Graham
2017-08-01
Removed unneeded escape filter in templates where autoescaping is enabled.
Tim Graham
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-22
Refs #16870 -- Doc'd that CSRF protection requires the Referer header.
Flávio Juvenal
2017-06-06
Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...
Josh Schneier
2017-06-06
Fixed #18394 -- Added error for invalid JavaScriptCatalog packages
Claude Paroz
2017-06-05
Fixed #28271 -- Added charset to technical_500_response() AJAX response.
partizan
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-25
Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view
Claude Paroz
2017-05-20
Refs #28221 -- Honor plural number in JavaScriptCatalog
Claude Paroz
2017-05-08
Refs #27795 -- Stopped converting integer format settings to str in JS/JSON i...
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-25
Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s ...
Tim Graham
2017-04-15
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML ...
Tim Graham
2017-04-14
Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...
Abhishek Gautam
2017-04-12
Fixed #28007 -- Moved debug templates to the filesystem
Claude Paroz
2017-04-04
Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serv...
Tim Graham
2017-03-28
Fixed #27987 -- Added default colors in debug view CSS.
Ionuț Ciocîrlan
2017-03-17
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Tim Graham
[next]