Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma2013-11-221-1/+4
* Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin2013-11-041-2/+2
|\
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-2/+2
* | Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma2013-11-031-1/+15
* | Fixed all E226 violationsAlex Gaynor2013-11-031-4/+4
* | Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-3/+3
* | Correct flake8 E302 violationsRay Ashman Jr2013-11-036-0/+19
* | Fixed all E261 warningscoagulant2013-11-021-1/+1
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+8
|/
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-021-16/+29
* Fixed #21347 -- Added missing JS variable declaration.Tim Graham2013-10-301-1/+1
* Fixed #21345: Don't evaluate callable settings in the deb...Baptiste Mispelon2013-10-301-0/+4
* Fixed all the E203 violationsAlex Gaynor2013-10-272-6/+6
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-212-3/+3
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+3
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-1/+1
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-2/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #21098 -- Applied sensitive_post_parameters to Mult...Tim Graham2013-09-181-8/+29
* Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee2013-09-071-22/+28
|\
| * adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-061-22/+28
* | adds fix and test for when a template is not specified at...Ian Wilson2013-09-061-0/+4
|/
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Unlocalize line numbers and ids in debug 500 view.Ramiro Morales2013-08-131-3/+3
* Improved queryset handling and docs for (Single|Multiple)...Loic Bistuer2013-08-092-14/+26
* Fixed #20822 -- Set content type of default error pages t...Aymeric Augustin2013-08-041-4/+7
* Fixed #18923 -- Corrected usage of sensitive_post_paramet...Tim Graham2013-08-021-0/+6
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-292-2/+2
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-291-4/+4
* Fixed #20644 -- Add ModelFormMixin.fields to the CBV flat...Baptiste Mispelon2013-06-241-3/+3
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-1/+12
* Removed several unused imports.Aymeric Augustin2013-06-192-3/+0
* Fixed #15273 -- Extend RedirectView to allow reversal by ...Marc Tamlyn2013-06-141-6/+14
* Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay2013-06-111-2/+2
* Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-2/+2
|\
| * Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-2/+2
* | Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* | Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+15
* | Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+4
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-211-5/+18
* | Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-182-18/+6
* | Fixed #13958 -- problem reporting exception from \r-line-...Shai Berger2013-05-181-4/+4
* | Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-1/+1
* | Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn2013-05-181-2/+2
|\ \
| * | Fixed #20235 -- Use self.object_list if object_list not p...Matthew Somerville2013-05-181-2/+2
* | | Fixed #20433: Extract catalog compilation code from javas...zyegfryed2013-05-181-31/+37
|/ /
* | Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-1/+10