- 09 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Backport of 0ed7d155 from master
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 15 May, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
chriscauley yazdı
Thanks tomwys for the suggestion.
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
-
- 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.
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 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
-
- 10 Nis, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid catastrophic backtracking. Thanks to SmileyChris for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Eki, 2008 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
There's no guarantee about the order in which ambiguous patterns are resolved. The solution is "don't do that" and avoid ambiguity. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 31 Agu, 2008 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
attempt to verify #8726. Refs #8726. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Eki, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 07 Tem, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
Also included a test for non-ASCII strings in URL patterns, although that already worked correctly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 04 Tem, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
backwards compatible for all practical purposes. Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702 git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 25 Haz, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
Fixed #4453 -- Allow dots in URL pattern names (although the string in that case is first tried as an import path and only then falls back to being treated as a pattern). git-svn-id: http://code.djangoproject.com/svn/django/trunk@5530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 01 Nis, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Şub, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
All work done by Ivan Sagalaev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-