- 22 Şub, 2014 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
- 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.
-
- 14 Mar, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 08 Ara, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks kujiu for the report and Aymeric Augustin for the review.
-
- 17 Kas, 2012 1 kayıt (commit)
-
-
Jannis Leidel yazdı
-
- 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
-
- 11 Eyl, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
This applies to both our own [test] code and documentation examples. Also: * Moved the functions and handlers from `django.conf.urls.defaults` up to `django.conf.urls` deprecating the former module. * Added documentation for `handler403`. * Tweaked the URLs topic document a bit. Thanks to pupeno and cdestigter for their great work contributing patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 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
-
- 02 Nis, 2011 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16000 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
-
- 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
-
- 13 Ara, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #13726 -- Further refine changes made in r12384 and r13069 for using non-English source languages in JavaScript translation catalogues. Thanks, Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Eki, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #13897 -- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Eyl, 2010 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
from the original request. Default is current behaviour, which is not to pass the query string (it often won't be appropriate to do so). Thanks to steingrd@ifi.uio.no for the patch and tests. Fixed #9966. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 May, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13250 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
-
- 02 Mar, 2010 1 kayıt (commit)
-
-
Karen Tracey yazdı
Fixed #11522: Restored ability of http redirect responses to correctly handle redirect locations with non-ASCII chars. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12659 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
-
- 09 Nis, 2009 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
Fixed #7944: date-based generic views no longer get confused with a numeric month format. Thanks to Justin Lilly and Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10457 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
-
- 23 Agu, 2008 1 kayıt (commit)
-
-
Brian Rosner yazdı
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8476 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
-
- 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
-