index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
class-based-views
Age
Commit message (
Expand
)
Author
2018-05-24
[2.1.x] Documented DeletionMixin.delete().
Claude Paroz
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-03-26
Added a pagination example to ListView docs.
AK
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-09-25
Fixed #28627 -- Added slug converter to some path() examples in docs.
Christopher Schäpers
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-07-18
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-28
Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
Mike Vasiliou
2017-06-06
Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-04
Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.
jpic
2016-06-01
Fixed #26695 -- Clarified return value of View.options().
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-21
Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_tem...
Tim Graham
2016-03-18
Fixed #26375 -- Used a more generic name in a reusable template example.
Tim Graham
2016-03-05
Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Michal Petrucha
2016-03-01
Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.
Michal Petrucha
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-10-23
Fixed #25397 -- Documented class-based view context variable clash with conte...
Jacek Bzdak
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...
Tim Graham
2015-09-23
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-24
Fixed #24643 -- Added get_context_data() method to FormMixin
Andrei Kulakov
2015-04-24
Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
Alasdair Nicol
2015-04-21
Fixed #24682 -- Corrected a few generic editing view links
Steve Hiemstra
2015-03-02
Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.
Andrew Pinkham
2015-02-03
Fixed broken links in class based views flattend index; refs #24250.
Tim Graham
2015-02-03
Fixed #24250 -- Corrected mistakes in FormMixin docs.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
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-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-17
Updated TemplateResponseMixin docs to reflect new behavior after refs #23789.
Tim Graham
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
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-06
Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...
Ismail Badawi
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
[next]