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