index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
urls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...
Mariusz Felisiak
2023-05-02
1
-3
/
+2
*
Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...
sarahboyce
2023-04-10
1
-2
/
+3
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
3
-5
/
+5
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-5
/
+3
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-1
/
+1
*
Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...
Adam Johnson
2022-10-04
1
-1
/
+1
*
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...
Mariusz Felisiak
2022-09-01
1
-0
/
+25
*
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-05-17
1
-25
/
+0
*
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2022-03-29
1
-6
/
+32
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
6
-162
/
+279
*
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Keryn Knight
2022-01-10
1
-0
/
+2
*
Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...
mendespedro
2021-12-13
1
-0
/
+4
*
Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...
Florian Apolloner
2021-12-07
1
-2
/
+6
*
Fixed #23895 -- Prevented pickling of ResolverMatch.
Jonathan Davis
2021-07-29
1
-0
/
+4
*
Fixed #32870 -- Improved error message when URLconf is empty.
Igor Fernandes
2021-06-22
1
-3
/
+4
*
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-06-09
2
-0
/
+25
*
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...
Adam Johnson
2021-03-30
1
-1
/
+3
*
Fixed #32572 -- Improved ResolverMatch.__repr__().
Nick Pope
2021-03-29
1
-3
/
+10
*
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-29
1
-2
/
+3
*
Refs #31791 -- Improved performance of URLResolver.resolve().
David Smith
2021-01-11
1
-1
/
+1
*
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-22
1
-5
/
+4
*
Removed unneeded iri_to_uri() call in reverse().
Florian Apolloner
2020-10-06
1
-2
/
+1
*
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-07
1
-7
/
+13
*
Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.
Tim Park
2020-09-02
1
-2
/
+5
*
Removed unused param_dict return from URLResolver.resolve_error_handler().
Adam Johnson
2020-06-22
1
-2
/
+2
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-2
/
+2
*
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-27
1
-1
/
+1
*
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-04-15
1
-1
/
+1
*
Fixed #31166 -- Used "raise from" when raising ImproperlyConfigured exception...
Ram Rachum
2020-01-17
1
-5
/
+6
*
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...
Jack Cushman
2020-01-09
1
-1
/
+8
*
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...
Mariusz Felisiak
2019-12-06
1
-1
/
+2
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-2
/
+2
*
Fixed #29667 -- Prohibited whitespaces in path() URLs.
Hasan Ramezani
2019-08-20
1
-0
/
+3
*
Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
Benjamin Woodruff
2019-07-03
2
-3
/
+7
*
Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...
daniel a rios
2019-06-24
1
-1
/
+1
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
2
-5
/
+7
*
Simplified django.urls.reverse() a bit.
Sergey Fedoseev
2019-06-12
1
-6
/
+2
*
Fixed #30318 -- Added check for importability of arguments of custom error ha...
Alasdair Nicol
2019-04-25
1
-2
/
+10
*
Removed django.utils.lru_cache usage.
Tim Graham
2019-02-04
1
-3
/
+2
*
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-12-06
1
-4
/
+16
*
Fixed #29775 -- Fixed URL converters in a nested namespaced path.
Eric Brandwein
2018-10-04
1
-0
/
+2
*
Fixed #29642 -- Added check for arguments of custom error handler views.
Adam Johnson
2018-09-14
1
-4
/
+28
*
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-08-01
1
-4
/
+2
*
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Xaroth Brook
2018-05-26
2
-4
/
+8
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-3
/
+1
*
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-26
1
-6
/
+1
*
Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Tilmann Becker
2017-12-20
1
-2
/
+2
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-3
/
+3
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
1
-1
/
+1
[next]