index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
generic
Age
Commit message (
Expand
)
Author
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-08-09
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
Loic Bistuer
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-11
Fixed #20585: normalize signature of DeletionMixin.post.
Baptiste Darthenay
2013-05-22
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Krzysztof Jurewicz
2013-05-18
Fixed #20234 and #20236 -- SingleObjectMixin fixes
Karol Sikora
2013-05-18
Fixed #20235 -- Use self.object_list if object_list not present in get_contex...
Matthew Somerville
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-11
Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Simon Charette
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-30
Fixed #19076 -- Added content_type attribute to TemplateView.
Aymeric Augustin
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2012-12-04
Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
Claude Paroz
2012-11-22
Fixed #19316 -- Set View args/kwargs/request before dispatch
George Hickman
2012-11-22
Clarified usage of as_view kwargs for setting arguments on class based views
Tim Graham
2012-11-21
Add orphans support to MultipleObjectMixin
Chris Beaven
2012-11-17
Merge pull request #467 from tomchristie/page-kwarg
Jannis Leidel
2012-11-04
Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191
Preston Holmes
2012-11-04
Fixed #19240 -- include pagination error details in ListView 404
Preston Holmes
2012-10-25
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.
Tom Christie
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-18
Fixed #17228 -- params context variable is inconsistent
Marc Tamlyn
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-25
Fixed error message in detail generic view.
Florian Apolloner
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-24
Removed unneeded smart_str in generic views.
Claude Paroz
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-22
Fixed #18113 -- Corrected get_template_names docstrings.
Claude Paroz
2012-05-20
Fixed #18354 -- Performance issue in CBV.
Aymeric Augustin
2012-05-17
Fixed #18323 -- Refactored date arithmetic
Aymeric Augustin
2012-05-17
Fixed #17449 -- Added OPTIONS to generic views.
Aymeric Augustin
2012-05-17
Fixed #17535 -- Optimized list generic views.
Aymeric Augustin
2012-05-14
Fixed #10890: added prev/next_week in the context
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-30
Simplified date-based generic views.
Aymeric Augustin
2012-04-28
fix typo: instanciating -> instantiating
Tom Terrace
[prev]
[next]