summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2012-04-30Simplified date-based generic views.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-28Correct reference error (undefined variable)Matthew Tretter
2012-04-28fix typo: instanciating -> instantiatingTom Terrace
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-05Updated core base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-02-21Improved CSRF error message.Paul McMillan