summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...Julien Phalip
2012-12-10[1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious...Florian Apolloner
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-04[1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-11-22[1.5.x] Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman
2012-11-22[1.5.X] Clarified usage of as_view kwargs for setting arguments on class base...Tim Graham
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcod...Tom Christie
2012-11-17[1.5.x] Fixed #19136 -- Properly escape gettext context prefixes in the i18n ...Jannis Leidel
2012-11-04[1.5.x] Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04[1.5.x] Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-10-26[1.5.x] PEP 302 source loaders already decode appropriatelyIan Clelland
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-08[py3] Decoded the parsed source file encoding in debug viewClaude Paroz
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2012-09-26Fixed #18675 -- Fixed was_modified_since with floating-point mtimeClaude Paroz
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-18Fixed #17228 -- params context variable is inconsistentMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc 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-25Fixed error message in detail generic view.Florian Apolloner
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-06Merge pull request #176 from benspaulding/ticket_18521Adrian Holovaty
2012-06-30Removed usage of mimetype kwarg of HttpResponseClaude Paroz
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-09Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-03Fixed #17138 -- Made the sensitive_variables decorator work with object methods.Julien Phalip
2012-05-24Removed unneeded smart_str in generic views.Claude Paroz
2012-05-24Fixed #18353 -- Inconsistency in date-based CBVs.Aymeric Augustin
2012-05-22Fixed #18113 -- Corrected get_template_names docstrings.Claude Paroz
2012-05-20Fixed #18354 -- Performance issue in CBV.Aymeric Augustin
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-17Fixed #18323 -- Refactored date arithmeticAymeric Augustin
2012-05-17Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
2012-05-14Fixed #10890: added prev/next_week in the contextAymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Fixed #18217 -- Time zone support in generic viewsAymeric Augustin