- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 18 Eyl, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
Thanks simonpercivall for the report and bmispelon for the review.
-
Berker Peksag yazdı
* django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion.
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Ian Wilson yazdı
adds fix and test for when a template is not specified at all to render(). fixes #21058. by jambonrose and ianawilson
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Ramiro Morales yazdı
While using USE_L10N, line numbers and IDs were printed as comma (or locale equivalent) separated values. Thanks Kronuz for the report and intial patch. Fixes #20861.
-
- 04 Agu, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Jimmy Song for the patch.
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 21 May, 2013 1 kayıt (commit)
-
-
Mathijs de Bruin yazdı
Report more details about template files in loader postmortem.
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 31 Ock, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Tim for the report and initial patch.
-
- 31 Ara, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. Thanks to vzima for the report.
-
- 17 Kas, 2012 1 kayıt (commit)
-
-
Jannis Leidel yazdı
-
- 04 Haz, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
-
- 25 Nis, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 09 Şub, 2012 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #17358 -- Updated logging calls to use official syntax for arguments instead of string interpolation. Thanks, spulec. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Agu, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelson, vkryachko, fvox13 and Chris Beaven. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Haz, 2011 1 kayıt (commit)
-
-
Carl Meyer yazdı
Thanks Matt Bennett for report and draft patch; Vinay Sajip and Russell Keith-Magee for review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 08 Haz, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
This adds a flexible mechanism for filtering what request/traceback information is shown in 500 error emails and logs. It also applies screening to some views known to be sensitive e.g. views that handle passwords. Thanks to oaylanc for the report and many thanks to Julien Phalip for the patch and the rest of the work on this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 02 Nis, 2011 2 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 20 Ock, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #15122 -- Restored reporting of the template files tried in the texmplate loader post mortem section of the TemplateDoesNotExit 500 error debug page. Thanks rdrey for reporting this regression. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Ock, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to Tai Lee for the patch and report, also to Don Spaulding. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Ock, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 Ara, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy arguments. Thanks to adamv for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 21 Ara, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 08 Mar, 2010 2 kayıt (commit)
-
-
Karen Tracey yazdı
Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Karen Tracey yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Mar, 2010 1 kayıt (commit)
-
-
Karen Tracey yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Nis, 2009 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 31 Mar, 2009 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
the start of a suite of tests for the debug views. Thanks, Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 19 Tem, 2008 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 18 Tem, 2008 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
Fixed #3639: updated generic create_update views to use newforms. This is a backwards-incompatible change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 02 Ara, 2007 1 kayıt (commit)
-
-
Gary Wilson Jr yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 19 Eyl, 2007 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to robh for the original patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 17 Eyl, 2007 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-