Commit History

Author SHA1 Message Date
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 1 year ago
  Carlton Gibson 9ffd4eae2c Fixed #33611 -- Allowed View subclasses to define async method handlers. 2 years ago
  Adam Johnson a8c15481f4 Rewrote some references to "master". 3 years ago
  David Smith 69b0736fad Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 3 years ago
  Nick Pope c156e36955 Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 3 years ago
  Jack Aitken 5fd4f22d19 Fixed #32271 -- Improved consistency of docs CBV examples. 3 years ago
  Mariusz Felisiak bb8f66934d Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." 4 years ago
  Adam Johnson 4ed534758c Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. 5 years ago
  Hasan Ramezani 2ab97af352 Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. 4 years ago
  Felipe Lee c2c27867ef Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 5 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  François Freitag e671337e8b Fixed #29750 -- Added View.setup() hook for class-based views. 6 years ago
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
  Sjoerd Job Postmus df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 8 years ago
  Bruno Alla 604341c85f Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 7 years ago
  Mike Vasiliou 63e9a71ec4 Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views. 7 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham db2a6b6bfa Fixed #26695 -- Clarified return value of View.options(). 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
  Varun Sharma 3d6474e1a5 Fixed #25385 -- Allowed importing views.generic.View from views.View. 9 years ago
  Jon Dufresne 7aabd62380 Fixed #25778 -- Updated docs links to use https when available. 9 years ago
  Tim Graham 6e13c0490d Changed RedirectView.permanent to False per deprecation timeline; refs #21587. 10 years ago
  Collin Anderson a420f83e7d Fixed #24055 -- Keep reference to view class for resolve() 10 years ago
  Berker Peksag 9a30acad8a Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. 10 years ago
  Bartek Ciszkowski d9f78d5344 Fixed reference to pk in RedirectView.get_redirect_url doc. 10 years ago
  chriscauley 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 10 years ago