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
2015-10-22
[1.9.x] Fixed "URLconf" spelling in code comments.
Tim Graham
2015-09-24
[1.9.x] Removed unused views.debug.linebreak_iter() function.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-07-20
Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.
Tim Graham
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-07-13
Improved whitespace in debug templates.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-01
Ref #23643 -- Added plain text report of exception chain.
Tomáš Ehrlich
2015-05-29
Refs #23643 -- Fixed debug view regression on Python 2.
Luca Ferroni
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-25
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
2015-04-24
Fixed #24643 -- Added get_context_data() method to FormMixin
Andrei Kulakov
2015-04-22
Improved display of template loader postmortem on debug page.
Preston Timmons
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-23
Fixed #24440 -- Added padding to debug view stacktrace lines.
andy matthews
2015-03-20
Removed spaces after 'function' in jsi18n
Moritz Sichert
2015-03-20
Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...
Moritz Sichert
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-03-09
Fixed #24455 -- Fixed crash in debug view with lazy objects
Bas Peschier
2015-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-02-22
Fixed a few uses of Template that relied on a default engine.
Aymeric Augustin
2015-02-22
Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.
Aymeric Augustin
2015-02-10
Fixed a crash of the debug page.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-26
Fixed #24220 - Allowed lazy objects for success_url
Tomáš Ehrlich
2015-01-26
Fixed #24221 - Used precompiled regexp for percent-placeholder matching.
Tomáš Ehrlich
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-12
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Claude Paroz
2015-01-12
Made debug views not crash when there isn't a default template engine.
Aymeric Augustin
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-25
Updated link to CSRF docs
Claude Paroz
2014-12-25
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
[next]