<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/urlpatterns_reverse/tests.py, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-07-17T11:33:35Z</updated>
<entry>
<title>[soc2009/http-wsgi-improvements] Merged up to r12258 from trunk.</title>
<updated>2009-07-17T11:33:35Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-07-17T11:33:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a873df6f3765075b615e9e9c7f2b178ee90cdbcf'/>
<id>urn:sha1:a873df6f3765075b615e9e9c7f2b178ee90cdbcf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/http-wsgi-improvements] Merged up to r11127 from trunk.</title>
<updated>2009-07-01T02:04:35Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-07-01T02:04:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4df7e8ed9fb77fabc05d9befcf98a6ec8558c42e'/>
<id>urn:sha1:4df7e8ed9fb77fabc05d9befcf98a6ec8558c42e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch.</title>
<updated>2009-04-04T06:54:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-04T06:54:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff166a3cdce99e93c97a19781b17d60e67d70f99'/>
<id>urn:sha1:ff166a3cdce99e93c97a19781b17d60e67d70f99</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details.</title>
<updated>2009-03-21T13:09:13Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-21T13:09:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7e81275242a8439768367059701baa00a9be996'/>
<id>urn:sha1:d7e81275242a8439768367059701baa00a9be996</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>In urlconfs, include() may now be used on an iterable of patterns instead of just a module string. Refs #6470 -- making the admin use a urlconf is much easier with this work done. Thanks, Alex Gaynor.</title>
<updated>2009-01-10T22:54:20Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-01-10T22:54:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c01098e9cbd572eb2af97b938a7149e187561009'/>
<id>urn:sha1:c01098e9cbd572eb2af97b938a7149e187561009</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed another case of reverse URL resolving that wasn't working.</title>
<updated>2008-09-30T05:52:35Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-30T05:52:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37ee86b7ee63e057db0a5b868be7f799d8a4d40e'/>
<id>urn:sha1:37ee86b7ee63e057db0a5b868be7f799d8a4d40e</id>
<content type='text'>
This is a similar situation to that fixed in r9087. We weren't merging
multiple levels of include() calls together correctly.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),</title>
<updated>2008-09-27T06:14:11Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-27T06:14:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=15b0158e393544bd215688f257ab03604cd07950'/>
<id>urn:sha1:15b0158e393544bd215688f257ab03604cd07950</id>
<content type='text'>
declared independently and that differ only by argument signatures.

Patch from Russell Keith-Magee.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.</title>
<updated>2008-09-01T23:03:03Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-01T23:03:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9465a75de3d233df1a5e03b35835590369b1a30'/>
<id>urn:sha1:a9465a75de3d233df1a5e03b35835590369b1a30</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8725 -- Handle empty URL patterns in reverse().</title>
<updated>2008-08-31T17:20:40Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-31T17:20:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e1ea7014ad0a0f17c339fb1c1cc3e269ce87e31c'/>
<id>urn:sha1:e1ea7014ad0a0f17c339fb1c1cc3e269ce87e31c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag.</title>
<updated>2008-08-31T11:11:20Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-31T11:11:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a63a83e5d88cd1696d1c40e89f254f69116c6800'/>
<id>urn:sha1:a63a83e5d88cd1696d1c40e89f254f69116c6800</id>
<content type='text'>
This is fully backwards compatible, but it fixes a bunch of little bugs. Thanks
to SmileyChris and Ilya Semenov for some early patches in this area that were
incorporated into this change.

Fixed #2977, #4915, #6934, #7206.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
