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-11-21
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-11-19
Simplified caching of the default exception reporter filter.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-10-30
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
2014-10-21
Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.
Anton Novosyolov
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-13
Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.
Walter Doekes
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-07-26
Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-06-30
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-06-24
Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...
Anubhav Joshi
2014-06-12
Prevented markup escape in 'Welcome to Django' page
Claude Paroz
2014-05-19
Fixed #22635 -- Made "It worked!" page localizable.
Markus Amalthea Magnuson
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-21
Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...
Tim Graham
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
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
[prev]
[next]