Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-4/+4
* 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-32/+13
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-40/+159
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-10/+10
* Fixed #14200 -- Added a fallback if HttpRequest.urlconf i...Marten Kenbeek2015-06-211-1/+11
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-3/+105
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested n...Marten Kenbeek2015-06-061-15/+17
* Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek2015-06-051-0/+47
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-12/+12
* Fixed #24707 -- Improved error reporting for explicitly i...Harry2015-04-261-1/+2
* Fixed #16362 -- Allowed lookaround assertions in URL patt...Bas Peschier2015-03-231-0/+47
* Fixed #13525 -- Added tests and docs for nested parameter...Bas Peschier2015-03-231-0/+17
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-12/+19
* Cleaned up urlpatterns_reverse tests.Bas Peschier2015-03-131-18/+19
* Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier2015-03-131-5/+18
* Fixed #12943 -- Allowed unnamed arguments to be propagate...Bas Peschier2015-03-121-0/+2
* Added missing import from last commit.Tim Graham2015-02-121-1/+3
* Fixed #17716 -- Prevented include('...', app_name='...') ...Tim Graham2015-02-121-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+11
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-12/+12
* Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz2015-02-031-0/+11
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-1/+1
* Removed the validate management command per deprecation t...Tim Graham2015-01-181-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-14/+11
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-5/+3
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-3/+5
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Fixed #23522 -- Changed reverse() to return a Unicode str...Jon Dufresne2014-10-071-0/+7
* Prevented reverse() from generating URLs pointing to othe...Florian Apolloner2014-08-201-0/+3
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-1/+1
* Refactored common code in handlers/base.py and urlresolve...Anubhav Joshi2014-06-231-6/+6
* Added database migration for contrib.auth.Tim Graham2014-06-161-1/+1
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-9/+15
* Fixed a typo that Tim Graham noticedAlex Gaynor2014-05-291-1/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-291-2/+2
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-241-30/+31
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-221-0/+21
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-10/+11
* Fixed #7571 -- Fixed parameter matching in include()'d ur...Athena2014-03-051-0/+1
* Fixed #21435 -- Improved error message when urlconf is em...Baptiste Mispelon2014-02-221-2/+4
* Replaced 'test' by 'sqlall' management command in reverse...Claude Paroz2014-02-181-2/+2
* Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz2014-02-181-0/+20
* Improved fix for #18373 -- backward compatibilityGrzegorz Nosek2014-02-151-4/+4
* Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-151-4/+4
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Flake8 fixes -- including not runnign flake8 over a backp...Alex Gaynor2013-11-111-2/+0
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-4/+13
* Fixing E302 ErrorsJason Myers2013-11-031-1/+11
* Fixed flake8 E241Boryslav Larin2013-11-021-2/+2