Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
...
* 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 f...Claude Paroz2014-12-251-2/+4
* Fixed #22461 -- Added if-unmodified-since support to the ...Thomas Tanner2014-12-241-29/+35
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-1/+14
* Fixed #21587 -- Added a warning for changing default of R...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` a...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 argu...Simon Charette2014-10-311-6/+32
* Fixed #23695 -- Made condition decorator work for HEAD re...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 gene...Peter Harley2014-08-152-6/+24
* Fixed #20368 -- Made TECHNICAL_500 more robust against ba...Walter Doekes2014-08-131-1/+11
* Fixed #23276 -- Deprecated passing views as strings to ur...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...Julia Matsieva2014-06-301-1/+26
* Fixed #21668 -- Return detailed error page when Suspiciou...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
* Fixed #22306 -- Deprecated future versions of cycle and f...Maxime Turcotte2014-03-281-1/+1
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-6/+4
* Removed django.views.defaults.shortcut and django.conf.ur...Tim Graham2014-03-211-12/+0
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-082-3/+5
* Fixed #15318 -- Added settings for language cookie max-ag...Sergey Kolosov2014-03-011-1/+4
* Fixed #22113 -- changed object_name to model_name in CBV ...Marcin Sokół2014-02-221-1/+1
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-2/+2
* Corrected a pair of flake8 violationsAlex Gaynor2014-02-151-1/+1
* Improved fix for #18373 -- backward compatibilityGrzegorz Nosek2014-02-151-4/+7
* Fixed some flake8 errors from recent commits.Tim Graham2014-02-151-1/+1
* Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-151-3/+5
* Fixed #21967: Added check for object in ModelFormMixin.ge...Ryan Kaskel2014-02-091-1/+2
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick2014-01-101-2/+2
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-1/+5
* Fixed #21564 -- Use local request object when possible in...Baptiste Mispelon2013-12-161-3/+3
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-2/+2
* Fixed #21530 -- Prevent AttributeError in default URLconf...Baptiste Mispelon2013-12-071-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-282-4/+4