summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2013-10-30[1.6.x] Fixed #21347 -- Added missing JS variable declaration.Tim Graham
2013-09-18[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-06[1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-08-04[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
2013-08-02[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-11Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay
2013-05-30Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-18Fixed #13958 -- problem reporting exception from \r-line-ended fileShai Berger
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2013-05-18Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-18Fixed #20433: Extract catalog compilation code from javascript_catalog view.zyegfryed
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-05Ensured that the javascript_catalog view doesn't leak translations.Florian Apolloner
2013-04-23Clearer explanation when exception has no messageMarti Raudsepp
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
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