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
/
topics
/
class-based-views
Age
Commit message (
Expand
)
Author
2018-07-07
[2.1.x] Removed usage of 'object' variable name in docs.
Harry Moreno
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-09-28
Fixed #27289 -- Corrected View.as_view() explanation.
Tim Graham
2016-07-06
Fixed typo in docs/topics/class-based-views/generic-display.txt
Taylor Edmiston
2016-06-27
Added missing trailing '$' to url() patterns in docs.
Ramiro Morales
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-18
Fixed typo in docs/topics/class-based-views/mixins.txt
eltronix
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
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
Added missing period to "etc.".
pp
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-11-07
Fixed #25473 -- Changed underscores in url() names to dashes in docs.
Thijs van Dien
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-18
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
fabrizio ettore messina
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann
2015-04-20
Fixed typo in docs/topics/class-based-views/intro.txt
Anton
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-19
Used https for most *.python.org links
Claude Paroz
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-08-23
Fixed #22154 -- Added "Built-in" to some class-based views titles.
Tim Graham
2014-08-19
Removed unnecessary code-block directives.
areski
2014-07-31
Used JsonResponse in CBV examples.
Loic Bistuer
2014-05-05
Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-17
Amended login required mixin documentation to honor **initkwargs.
Simon Charette
2014-03-17
Fixed #22006 -- Documented how to write a login_required mixin for CBVs.
Tim Graham
2014-03-03
Fixed some typos and formatting issues in docs.
Rodolfo Carvalho
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2014-02-22
Fixed #22007 -- Fixed cbv docs - make imports consistent
Martin Matusiak
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2013-10-14
Fixed #21264 -- Incorrect RST usage in docs
Bouke Haarsma
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-10
Fixed #20890 -- Added missing import in class-based view docs.
Tim Graham
[next]