summaryrefslogtreecommitdiff
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24440 -- Added padding to debug view stacktrace lines.andy matthews2015-03-231-2/+2
* Removed spaces after 'function' in jsi18nMoritz Sichert2015-03-201-10/+10
* Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert2015-03-201-75/+75
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-48/+1
* Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich2015-03-141-3/+52
* Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz2015-03-131-0/+4
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-091-1/+9
* Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons2015-03-031-4/+0
* Fixed a few uses of Template that relied on a default engine.Aymeric Augustin2015-02-222-6/+8
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin2015-02-221-5/+5
* Fixed a crash of the debug page.Aymeric Augustin2015-02-101-3/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0615-37/+56
* Caught all exceptions raised by Engine.get_default().Aymeric Augustin2015-02-051-2/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham2015-02-031-1/+1
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-031-0/+2
* Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich2015-01-261-0/+4
* Fixed #24221 - Used precompiled regexp for percent-placeholder matching.Tomáš Ehrlich2015-01-261-2/+4
* Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham2015-01-181-29/+1
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+2
* Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz2015-01-121-2/+19
* Made debug views not crash when there isn't a default template engine.Aymeric Augustin2015-01-121-19/+34
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-7/+8
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-051-3/+2
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-3/+3
* Updated link to CSRF docsClaude Paroz2014-12-251-2/+2
* Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz2014-12-251-2/+4
* Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner2014-12-241-29/+35
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-1/+1
* Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag2014-11-281-1/+14
* Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag2014-11-251-2/+16
* Removed direct references to template-related settings.Aymeric Augustin2014-11-231-3/+5
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-2/+3
* Fix another flake8 warning.Carl Meyer2014-11-221-2/+2
* Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag2014-11-211-0/+4
* Simplified caching of the default exception reporter filter.Aymeric Augustin2014-11-191-11/+8
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-6/+8
* Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette2014-10-301-6/+32
* Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.Anton Novosyolov2014-10-211-1/+1
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-2/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-054-25/+67
* Fixed #18355 -- Added ordering options to list based generic views.Peter Harley2014-08-152-6/+24
* Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.Walter Doekes2014-08-131-1/+11
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-1/+3
* Fixed code to solve #23070 problemHiroki KIYOHARA2014-07-261-1/+15
* Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva2014-06-301-1/+26
* Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi2014-06-241-7/+7
* Prevented markup escape in 'Welcome to Django' pageClaude Paroz2014-06-121-2/+2
* Fixed #22635 -- Made "It worked!" page localizable.Markus Amalthea Magnuson2014-05-191-8/+17
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-2/+2