Commit History

Author SHA1 Message Date
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 years ago
  Carlton Gibson 3a45fea083 Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin. 3 years ago
  Jack Aitken 5fd4f22d19 Fixed #32271 -- Improved consistency of docs CBV examples. 3 years ago
  Anil Khatri 6ee86a12ee Fixed #32430 -- Doc'd base class-based views. 3 years ago
  Anil Khatri de4492fbb1 Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView. 3 years ago
  Claude Paroz 738a0a4dc2 Mentioned SuccessMessageMixin in generic editing views docs. 6 years ago
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 years ago
  CHI Cheng 4660ce5a69 Fixed #29375 -- Removed empty action attribute on HTML forms. 6 years ago
  Jon Dufresne ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. 6 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 years ago
  Tim Graham 1d0abeaf75 Fixed #26375 -- Used a more generic name in a reusable template example. 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
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 9 years ago
  Baptiste Mispelon a5391db76a Fixed inaccuracies in generic mixins documentation. 10 years ago
  Baptiste Darthenay 81545940c6 Fixed #20565 -- Added template examples for GCBV. 11 years ago
  Tim Graham c36b75c814 Fixed #20545 - Made class-based view MRO lists consistent. 11 years ago
  Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 11 years ago
  Simon Charette b0bbccf630 Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc. 11 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Tim Graham 0d3f16b12e Fixed #19520 - Corrected some misleading docs about template_name_suffix. 12 years ago
  Tim Graham 38055222bd Fixed #19239 - Added examples for generic date views 12 years ago
  Aymeric Augustin 00ff69a827 Fixed #19283 -- Fixed typo in imports in CBV docs. 12 years ago
  Issac Kelly 060ac8e711 Create headings and expand CBV docs so that the "Built-In CBV" docs include a complete list. 12 years ago
  Daniel Greenfeld 1fefd91e1e For #210, cleaned up text and formatting. 12 years ago
  Daniel Greenfeld b90caf014c Changed myapps.models.py to myapps/models.py 12 years ago
  Daniel Greenfeld dea554bd9d Added mention in MRO section about method/attribute inheritence. Added simple examples to Generic editing views, added index to Generic editing views and Editing mixins, added missing template_name_suffix attribute to Generic editing views. 12 years ago
  Jannis Leidel c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 years ago