Commit History

Author SHA1 Message Date
  Bas Peschier 23a5d64f40 Fixed #13525 -- Added tests and docs for nested parameters in URL patterns. 10 years ago
  Bas Peschier 0339844b70 Fixed #24476 -- Added context manager/decorator for overriding script prefix. 10 years ago
  Bas Peschier a23ea398e8 Cleaned up urlpatterns_reverse tests. 10 years ago
  Bas Peschier c9f1a12925 Fixed #24013 -- Fixed escaping of reverse() prefix. 10 years ago
  Bas Peschier f0f5212624 Fixed #12943 -- Allowed unnamed arguments to be propagated in includes 10 years ago
  Tim Graham e4999bf671 Added missing import from last commit. 10 years ago
  Tim Graham 27eeb64a96 Fixed #17716 -- Prevented include('...', app_name='...') without a namespace. 10 years ago
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Claude Paroz cd0ceaa102 Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2 10 years ago
  Tim Graham 6e13c0490d Changed RedirectView.permanent to False per deprecation timeline; refs #21587. 10 years ago
  Tim Graham 0622bca5d1 Removed the validate management command per deprecation timeline. 10 years ago
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 years ago
  Berker Peksag 47789410db Corrected deprecation warnings for RedirectView; refs #21587. 10 years ago
  Berker Peksag 9a30acad8a Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. 10 years ago
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
  Jon Dufresne c1ef234e31 Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes 10 years ago
  Florian Apolloner 28e765810d Prevented reverse() from generating URLs pointing to other hosts. 10 years ago
  Claude Paroz e167e96cfe Fixed #22223 -- Prevented over-escaping URLs in reverse() 10 years ago
  Anubhav Joshi 7f76251fb7 Refactored common code in handlers/base.py and urlresolvers.py 10 years ago
  Tim Graham b341f33697 Added database migration for contrib.auth. 10 years ago
  Tim Graham 4445d36d47 Fixed #22384 -- Deprecated reversing URLs by dotted path. 10 years ago
  Alex Gaynor d240b29c08 Fixed a typo that Tim Graham noticed 10 years ago
  Alex Gaynor 1dcc603eff Fixed several typos in Django 10 years ago
  Kevin Christopher Henry 91afc00513 Fixed #21157 -- Fixed problems with ResolverMatch 11 years ago
  Tim Graham 8b93b31487 Fixed a remote code execution vulnerabilty in URL reversing. 11 years ago
  Anubhav Joshi cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
  Athena 5d568bcfa6 Fixed #7571 -- Fixed parameter matching in include()'d urlpattern 11 years ago
  Baptiste Mispelon 173aa51997 Fixed #21435 -- Improved error message when urlconf is empty. 11 years ago
  Claude Paroz 203f55b5d5 Replaced 'test' by 'sqlall' management command in reverse_lazy test 11 years ago