Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-051-0/+7
* Removed unused views.debug.linebreak_iter() function.Tim Graham2015-09-241-9/+0
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-27/+1
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-25/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+7
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-3/+3
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-4/+0
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-68/+8
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-9/+9
* Fixed #22404 -- Added a view that exposes i18n catalog as...Sergey Kolosov2015-08-051-12/+49
* Fixed #25147 -- Fixed debug view copy-paste/interactive t...Tim Graham2015-07-201-1/+1
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-16/+7
* Improved whitespace in debug templates.Tim Graham2015-07-141-24/+26
* Sorted imports in __init__.py files.Tim Graham2015-06-271-6/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Ref #23643 -- Added plain text report of exception chain.Tomáš Ehrlich2015-06-011-4/+9
* Refs #23643 -- Fixed debug view regression on Python 2.Luca Ferroni2015-05-291-2/+4
* Fixed typos in HTTP decorator docs.I am Clinton2015-05-251-3/+3
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-133-5/+5
* Fixed #24733 -- Passed the triggering exception to 40x er...Claude Paroz2015-05-111-5/+26
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-071-23/+5
* Fixed #24689 -- Fixed DetailView methods with deferred Qu...Artis Avotins2015-04-261-2/+7
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-251-3/+9
* Improved display of template loader postmortem on debug p...Preston Timmons2015-04-221-73/+57
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24440 -- Added padding to debug view stacktrace li...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 j...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 ...Tomáš Ehrlich2015-03-141-3/+52
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-0/+4
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-101-1/+9
* Fixed #24399 -- Made filesystem loaders use more specific...Preston Timmons2015-03-031-4/+0
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-222-6/+8
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES...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 BaseDateDetail...Tim Graham2015-02-031-1/+1
* Fixed #24168 -- Allowed selecting a template engine in a ...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-placeh...Tomáš Ehrlich2015-01-261-2/+4
* Changed RedirectView.permanent to False per deprecation t...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...Claude Paroz2015-01-121-2/+19
* Made debug views not crash when there isn't a default tem...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 f...Collin Anderson2015-01-051-3/+2