summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2015-02-22[1.8.x] Fixed a few uses of Template that relied on a default engine.Aymeric Augustin
2015-02-22[1.8.x] Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin
2015-02-10[1.8.x] Fixed a crash of the debug page.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-05[1.8.x] Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-03[1.8.x] Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a ...Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-26[1.8.x] Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich
2015-01-26[1.8.x] Fixed #24221 - Used precompiled regexp for percent-placeholder matching.Tomáš Ehrlich
2015-01-12Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz
2015-01-12Made debug views not crash when there isn't a default template engine.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-25Updated link to CSRF docsClaude Paroz
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-12-24Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-28Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-23Removed direct references to template-related settings.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-22Fix another flake8 warning.Carl Meyer
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-11-19Simplified caching of the default exception reporter filter.Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
2014-10-21Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.Anton Novosyolov
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-08-13Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.Walter Doekes
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-07-26Fixed code to solve #23070 problemHiroki KIYOHARA
2014-06-30Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-06-12Prevented markup escape in 'Welcome to Django' pageClaude Paroz
2014-05-19Fixed #22635 -- Made "It worked!" page localizable.Markus Amalthea Magnuson
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-21Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-02-22Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-15Corrected a pair of flake8 violationsAlex Gaynor
2014-02-15Improved fix for #18373 -- backward compatibilityGrzegorz Nosek
2014-02-15Fixed some flake8 errors from recent commits.Tim Graham