summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-24Minor optimization in the static serve view.Aymeric Augustin
2012-12-31Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...Julien Phalip
2012-12-29Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin
2012-12-29Removed legacy ways of calling cache_page.Aymeric Augustin
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-04Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-11-22Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman
2012-11-22Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
2012-11-17Merge pull request #467 from tomchristie/page-kwargJannis Leidel
2012-11-17Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...Jannis Leidel
2012-11-04Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-10-26PEP 302 source loaders already decode appropriatelyIan Clelland
2012-10-25Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.Tom Christie
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