- 23 Eyl, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
Per deprecation timeline; refs 79deb6a0.
-
Tim Graham yazdı
Per deprecation timeline; refs a3e783fe.
-
Tim Graham yazdı
Per deprecation timeline.
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Forwardport of ae1d663b from stable/1.8.x plus more.
-
- 24 Şub, 2015 1 kayıt (commit)
-
-
Preston Timmons yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Şub, 2015 2 kayıt (commit)
-
-
darkryder yazdı
-
Aymeric Augustin yazdı
Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review.
-
- 12 Ock, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 28 Ara, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
- 03 Ara, 2014 1 kayıt (commit)
-
-
Ramiro Morales yazdı
These test methods don't need DB setup/teardown. Refs #23768 and b872134b.
-
- 10 Kas, 2014 1 kayıt (commit)
-
-
Luke Plant yazdı
-
- 26 Nis, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 30 Mar, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 21 Eki, 2013 2 kayıt (commit)
-
-
Bouke Haarsma yazdı
-
Alasdair Nicol yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 28 Tem, 2013 1 kayıt (commit)
-
-
Julien Phalip yazdı
-
- 12 Nis, 2013 1 kayıt (commit)
-
-
Preston Timmons 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.
-
- 09 Kas, 2012 1 kayıt (commit)
-
-
Sean Breant yazdı
Refs #15863.
-
- 14 Agu, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 09 Nis, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_PROCESSORS is overriden in tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 30 Mar, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 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
-
- 30 Eyl, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
Thanks to isagalaev for the report. As discussed on django-devs, this reverts some of the changes in [16568] i.e. the addition of `SimpleTemplateResponse.__getattr__`, because this makes it much harder to debug the common case of an AttributeError somewhere during the rendering of a SimpleTemplateResponse. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 29 Tem, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Thanks, natrius and lrekucki. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Tem, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
assert_ -> assertTrue assertEquals -> assertEqual failUnless -> assertTrue For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-