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
2014-07-26
[1.7.x] Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-01
Fixed #15318 -- Added settings for language cookie max-age, path, domain
Sergey Kolosov
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-15
Corrected a pair of flake8 violations
Alex Gaynor
2014-02-15
Improved fix for #18373 -- backward compatibility
Grzegorz Nosek
2014-02-15
Fixed some flake8 errors from recent commits.
Tim Graham
2014-02-15
Fixed #18373 - improved handling of Resolver404s from views
Grzegorz Nosek
2014-02-09
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Ryan Kaskel
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-10
Fixed typo in docstrings of MonthArchiveViews.
Michael Blatherwick
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-16
Fixed #21564 -- Use local request object when possible in generic views.
Baptiste Mispelon
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-22
Fixed #21443 -- Cannot show debug info on PY3's importlib
Bouke Haarsma
2013-11-04
Merge pull request #1821 from Bouke/tickets/14170
Aymeric Augustin
2013-11-03
Fixed #21322 -- Error message when CSRF cookie is missing
Bouke Haarsma
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-03
Fixed #14170 -- Reset i18n cache when settings change
Bouke Haarsma
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #21324 -- Translate CSRF failure view
Bouke Haarsma
2013-10-30
Fixed #21347 -- Added missing JS variable declaration.
Tim Graham
2013-10-30
Fixed #21345: Don't evaluate callable settings in the debug page.
Baptiste Mispelon
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-22
Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
Bouke Haarsma
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-18
Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDict
Tim Graham
2013-09-06
Merge pull request #1580 from ianawilson/ticket_16502
Russell Keith-Magee
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-09-06
adds fix and test for when a template is not specified at all to render(). fi...
Ian Wilson
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-12
Unlocalize line numbers and ids in debug 500 view.
Ramiro Morales
2013-08-09
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
Loic Bistuer
2013-08-04
Fixed #20822 -- Set content type of default error pages to 'text/html'.
Aymeric Augustin
[next]