summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-date-based.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-02-08Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2016-03-05Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.Michal Petrucha
2016-03-01Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.Michal Petrucha
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-11Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-04-24Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
2015-03-02Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.Andrew Pinkham
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-11-19Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-02-01Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
2012-09-18document changes for YearArchiveView.Collin Anderson
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel