This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-07 06:56:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
urls
History
Sandro Covo
6822aa5c6c
Fixed
#32345
-- Fixed preserving encoded query strings in set_language() view.
...
Thanks Johannes Maron for the review.
2021-01-29 11:58:43 +01:00
..
__init__.py
Fixed
#28593
-- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
base.py
Fixed
#32345
-- Fixed preserving encoded query strings in set_language() view.
2021-01-29 11:58:43 +01:00
conf.py
Fixed
#28593
-- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
converters.py
Removed django.utils.lru_cache usage.
2019-02-04 20:07:49 -05:00
exceptions.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
resolvers.py
Refs
#31791
-- Improved performance of URLResolver.resolve().
2021-01-11 07:49:01 +01:00
utils.py
Refs
#23919
-- Stopped using django.utils.lru_cache().
2017-01-18 21:42:40 -05:00