index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
urlresolvers.py
Age
Commit message (
Expand
)
Author
2017-01-17
Refs #26013 -- Removed deprecated django.core.urlresolvers module.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-09-21
Corrected docstring in core.urlresolvers module.
Matt Deacalion Stevens
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-06
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
Marten Kenbeek
2015-06-05
Fixed #24904 -- Fixed nested namespaces in current_app.
Marten Kenbeek
2015-04-26
Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...
Harry
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-03-12
Fixed #24013 -- Fixed escaping of reverse() prefix.
Bas Peschier
2015-03-12
Fixed #12943 -- Allowed unnamed arguments to be propagated in includes
Bas Peschier
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Simplified handling of RegexURLResolver.urlconf_module.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-07
Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes
Jon Dufresne
2014-10-06
Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.
Markus Holtermann
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-20
Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-06-23
Refactored common code in handlers/base.py and urlresolvers.py
Anubhav Joshi
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-04-23
Fixed #21157 -- Fixed problems with ResolverMatch
Kevin Christopher Henry
2014-04-23
Fixed #22486 -- Restored the ability to reverse views created using functools...
Preston Timmons
2014-04-21
Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2014-03-05
Fixed #7571 -- Fixed parameter matching in include()'d urlpattern
Athena
2014-02-22
Fixed #21435 -- Improved error message when urlconf is empty.
Baptiste Mispelon
2014-02-15
Corrected a pair of flake8 violations
Alex Gaynor
2014-02-15
Improved fix for #18373 -- backward compatibility
Grzegorz Nosek
2014-02-15
Fixed some flake8 errors from recent commits.
Tim Graham
2014-02-15
Fixed #18373 - improved handling of Resolver404s from views
Grzegorz Nosek
2014-02-15
Moved relative URL handling added in refs #21177 to a better place.
Tim Graham
2014-02-14
Fixed #21177 -- Made resolve_url support relative URLs.
Antoine Catton
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-06
Fixed #21043 -- Made resolve() handle reverse_lazy objects.
Dan Johnson
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-14
Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...
Wilfred Hughes
2013-06-01
Fixed #18169 -- NoReverseMatch not silenced if from block.super
Anssi Kääriäinen
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
[next]