Commit History

Author SHA1 Message Date
  chriscauley 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
  Tim Graham d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Tim Graham c05b2f58e7 Fixed #21768 -- Corrected TemplateView context section. 11 years ago
  Baptiste Mispelon f2e0266be7 Fixed #21396: Document backwards-incompatible change in RedirectView.get_redirect_url. 11 years ago
  Marc Tamlyn bac4d03ce6 Fixed #20944 -- Removed inaccurate statement about View.dispatch(). 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Aymeric Augustin 5ed7ec99b6 Added versionadded directive missing from b7bd708. 11 years ago
  Marc Tamlyn b7bd7087e6 Fixed #15273 -- Extend RedirectView to allow reversal by name. 11 years ago
  Tim Graham c36b75c814 Fixed #20545 - Made class-based view MRO lists consistent. 11 years ago
  Krzysztof Jurewicz ee8b810b97 Fixed #20478 – Added support for HTTP PATCH method in generic views. 11 years ago
  Alasdair Nicol 428875775c Fix typo in redirect view docs 11 years ago
  Tim Graham 289afc3156 Fixed #20421 - Typo in class-based view docs. 11 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Claude Paroz 56e553129f Fixed #19714 -- Updated documentation about TemplateView context 12 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Tim Graham 518c582966 Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch. 12 years ago
  Tim Graham 72ca530af5 Fixed typo in commit for #15730; thanks Bruno Renié for the catch. 12 years ago
  Tim Graham 20ee727ac9 Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld! 12 years ago
  Tim Graham b139cfc0f7 Fixed #15730 - Documented the as_view() method for CBVs. 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
  Jannis Leidel c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 years ago