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
/
generic
Age
Commit message (
Expand
)
Author
2015-10-22
[1.9.x] Fixed "URLconf" spelling in code comments.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
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-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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
2014-11-28
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-22
Fix another flake8 warning.
Carl Meyer
2014-11-21
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-10-30
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
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-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2014-02-09
Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Ryan Kaskel
2014-01-10
Fixed typo in docstrings of MonthArchiveViews.
Michael Blatherwick
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-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-08-09
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
Loic Bistuer
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-11
Fixed #20585: normalize signature of DeletionMixin.post.
Baptiste Darthenay
2013-05-22
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Krzysztof Jurewicz
2013-05-18
Fixed #20234 and #20236 -- SingleObjectMixin fixes
Karol Sikora
2013-05-18
Fixed #20235 -- Use self.object_list if object_list not present in get_contex...
Matthew Somerville
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-11
Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Simon Charette
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
[next]