Aymeric Augustin
|
23e319d729
Fixed #19076 -- Added content_type attribute to TemplateView.
|
před 12 roky |
Claude Paroz
|
795ac7deda
Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
|
před 12 roky |
Chris Beaven
|
48e8b5e944
Add orphans support to MultipleObjectMixin
|
před 12 roky |
Tom Christie
|
f824a95177
Test for `ListView.page_kwarg`
|
před 12 roky |
Marc Tamlyn
|
8d5c11caad
Fixed #3542 -- Add support for changing granularity on ArchiveView.
|
před 12 roky |
Anssi Kääriäinen
|
484fcd34a4
Fixed #16418 -- Made generic views work with ModelForms
|
před 12 roky |
Aymeric Augustin
|
03f86a5adb
Fixed #18354 -- Performance issue in CBV.
|
před 13 roky |
Aymeric Augustin
|
ab268e1848
Added a test for DayArchiveView. Refs #17192.
|
před 13 roky |
Aymeric Augustin
|
009e237cf0
Fixed #17535 -- Optimized list generic views.
|
před 13 roky |
Aymeric Augustin
|
78ba9670af
Fixed #18217 -- Time zone support in generic views
|
před 13 roky |
Alex Gaynor
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
před 13 roky |
Julien Phalip
|
99512d3544
Fixed #16918 -- Ensured that custom querysets are used when provided to `BaseDateDetailView.get_object()`. Thanks to mitar for the report, to koenb for the patch and to Preston Holmes for the review.
|
před 13 roky |
Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
před 13 roky |
Jannis Leidel
|
2ccfb6d5c2
Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of the URL keyword arguments used for pk and slug. Thanks, Andrew Ingram and Julien Phalip.
|
před 13 roky |
Jannis Leidel
|
598032b8c4
Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginated MultipleObjectMixin views. Thanks, Dave Hall.
|
před 14 roky |
Russell Keith-Magee
|
64b042bb3c
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but not get_queryset, the ModelFormMixin doesn't fail. Thanks to Sergey N. Belinsky for the report and test case.
|
před 14 roky |
Russell Keith-Magee
|
bb26c328ec
Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't have a template_name defined. Thanks to rasca for the report.
|
před 14 roky |
Russell Keith-Magee
|
3f528e10d5
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch.
|
před 14 roky |
Russell Keith-Magee
|
a00e8d4e42
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report.
|
před 14 roky |
Chris Beaven
|
ff8711a825
Fixes #14873 -- A paginated ListView with a List instead of queryset produces an error.
|
před 14 roky |
Russell Keith-Magee
|
ee48da2405
Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. Thanks to piquadrat for the report and initial patch.
|
před 14 roky |
Russell Keith-Magee
|
324658ef26
Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch.
|
před 14 roky |
Russell Keith-Magee
|
2efb4757af
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a week format. Thanks to msundstr for the report and patch.
|
před 14 roky |
Russell Keith-Magee
|
0fcb094557
Fixed #6735 -- Added class-based views.
|
před 14 roky |