django1/django
Athena 5d568bcfa6 Fixed #7571 -- Fixed parameter matching in include()'d urlpattern
Fixed URL resolving in the case where an outer regex includes an inner
regex and both regexes use positional parameters instead of named
groups, causing the outer regex's parameters to override the inner
regex's.

Modified the regex url resolver so that it will concatenates and then
normalizes, instead of normalizing and then concatenating.
2014-03-05 00:35:03 +01:00
..
apps Fixed two typos. 2014-02-15 15:16:16 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #15318 -- Added settings for language cookie max-age, path, domain 2014-03-01 07:52:45 -05:00
contrib Cleaned up a repr() hack that caused problems on Python3. 2014-03-04 09:50:09 +08:00
core Fixed #7571 -- Fixed parameter matching in include()'d urlpattern 2014-03-05 00:35:03 +01:00
db Fixed three small flake8 violations. 2014-03-04 15:13:15 -08:00
dispatch Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
http Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
middleware Fixed #21389 -- Accept most valid language codes 2014-02-26 16:58:04 +01:00
template Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
templatetags Fixed #21939 -- Deprecated loading ssi/url tags from future. 2014-02-16 13:25:21 +01:00
test Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
utils Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
views Fixed #15318 -- Added settings for language cookie max-age, path, domain 2014-03-01 07:52:45 -05:00
__init__.py Bumped version number for 1.7a2 2014-02-06 15:54:27 -06:00
shortcuts.py Moved relative URL handling added in refs #21177 to a better place. 2014-02-15 07:54:35 -05:00