Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/urlresolvers.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-3/+3
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-86/+40
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-241-8/+0
* Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens2015-09-211-3/+2
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-211-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested n...Marten Kenbeek2015-06-061-5/+9
* Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek2015-06-051-2/+12
* Fixed #24707 -- Improved error reporting for explicitly i...Harry2015-04-261-0/+5
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-3/+2
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-1/+25
* Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier2015-03-131-9/+6
* Fixed #12943 -- Allowed unnamed arguments to be propagate...Bas Peschier2015-03-121-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+4
* Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin2015-02-051-11/+10
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #23522 -- Changed reverse() to return a Unicode str...Jon Dufresne2014-10-071-2/+2
* Fixed #23601 -- Ensured view exists in URLconf before imp...Markus Holtermann2014-10-061-1/+6
* Limited lines to 119 characters in django/Tim Graham2014-09-051-3/+18
* Prevented reverse() from generating URLs pointing to othe...Florian Apolloner2014-08-201-1/+5
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-2/+4
* Refactored common code in handlers/base.py and urlresolve...Anubhav Joshi2014-06-231-13/+1
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-0/+9
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-241-45/+60
* Fixed #22486 -- Restored the ability to reverse views cre...Preston Timmons2014-04-231-0/+4
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-221-1/+20
* Fixed #7571 -- Fixed parameter matching in include()'d ur...Athena2014-03-051-4/+2
* Fixed #21435 -- Improved error message when urlconf is em...Baptiste Mispelon2014-02-221-1/+7
* Corrected a pair of flake8 violationsAlex Gaynor2014-02-151-1/+0
* Improved fix for #18373 -- backward compatibilityGrzegorz Nosek2014-02-151-7/+4
* Fixed some flake8 errors from recent commits.Tim Graham2014-02-151-0/+1
* Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-151-4/+7
* Moved relative URL handling added in refs #21177 to a bet...Tim Graham2014-02-151-4/+0
* Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton2014-02-141-0/+4
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+1
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-15/+8
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+18
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21043 -- Made resolve() handle reverse_lazy objects.Dan Johnson2013-09-061-0/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-3/+3
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #17076 -- When reversing a URL fails, inform the us...Wilfred Hughes2013-06-141-1/+4
* Fixed #18169 -- NoReverseMatch not silenced if from block...Anssi Kääriäinen2013-05-311-2/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+3
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-181-6/+14
* Fix #20022: Correctly handle prefixes with url-unsafe cha...Baptiste Mispelon2013-03-131-1/+1