summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-10Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-16Fixed #21564 -- Use local request object when possible in generic views.Baptiste Mispelon
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-12-07Fixed #21530 -- Prevent AttributeError in default URLconf detection code.Baptiste Mispelon
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-22Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma
2013-11-04Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin
2013-11-03Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-03Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
2013-10-30Fixed #21347 -- Added missing JS variable declaration.Tim Graham
2013-10-30Fixed #21345: Don't evaluate callable settings in the debug page.Baptiste Mispelon
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-10Whitespace cleanup.Tim Graham
2013-09-18Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-06Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...Ian Wilson
2013-09-06adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-12Unlocalize line numbers and ids in debug 500 view.Ramiro Morales
2013-08-09Improved queryset handling and docs for (Single|Multiple)ObjectMixin.Loic Bistuer
2013-08-04Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
2013-08-02Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.authTim Graham
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
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