- 14 Ock, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
-
- 31 Ara, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Thanks to Tim Graham for the review.
-
- 01 Ara, 2015 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 16 Kas, 2015 1 kayıt (commit)
-
-
Agnieszka Lasyk yazdı
-
- 23 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 05 May, 2015 1 kayıt (commit)
-
-
Abhaya Agarwal yazdı
-
- 02 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Ara, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 05 Eyl, 2014 1 kayıt (commit)
-
-
John-Scott Atlakson yazdı
-
- 14 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
mimetype was deprecated in 1.5 per 11ec0253.
-
- 12 Agu, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 05 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Haz, 2014 1 kayıt (commit)
-
-
Luan Pablo yazdı
It makes possible to have your sitemap in multiple languages when using i18n in URLs.
-
- 03 Haz, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 31 Tem, 2013 1 kayıt (commit)
-
-
Julian Bez yazdı
-
- 27 Haz, 2013 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to roman for the report.
-
- 18 May, 2013 1 kayıt (commit)
-
-
Zbigniew Siciarz yazdı
References #16829.
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 15 Ock, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks sergzach for the suggestion.
-
- 02 Ock, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Added -n to sphinx builds to catch issues going forward.
-
- 29 Ara, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz 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
-
- 04 Mar, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Şub, 2012 1 kayıt (commit)
-
-
Adrian Holovaty yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 29 Ock, 2012 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Modularized tests and did a bit of cleanup while I was in the area. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Aymeric Augustin yazdı
Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap index view, in order to allow decorators. Also cleaned up code in the area and removed redundant comments from the tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 30 Eki, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Thanks jifeng.yin AT gmail DOT com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Luke Plant yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 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
-
- 28 Haz, 2011 2 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instances for easier customization. Thanks, mat. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Jannis Leidel yazdı
Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow further customization like Google News enabled sitemaps. Thanks, manfre and lakinwecker. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 26 Ara, 2010 1 kayıt (commit)
-
-
Timo Graham yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Ara, 2010 1 kayıt (commit)
-
-
Jannis Leidel yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-