Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse
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-245-72/+17
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-242-96/+82
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-41/+163
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-244-19/+19
* 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-083-17/+130
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested n...Marten Kenbeek2015-06-062-15/+19
* Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek2015-06-052-0/+49
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-12/+12
* Fixed #24707 -- Improved error reporting for explicitly i...Harry2015-04-263-4/+7
* Fixed #16362 -- Allowed lookaround assertions in URL patt...Bas Peschier2015-03-232-0/+51
* Fixed #13525 -- Added tests and docs for nested parameter...Bas Peschier2015-03-232-0/+23
* 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-122-0/+3
* Added missing import from last commit.Tim Graham2015-02-121-1/+3
* Fixed #17716 -- Prevented include('...', app_name='...') ...Tim Graham2015-02-121-1/+9
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0617-34/+23
* 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-182-3/+2
* 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
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-293-7/+10
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-282-6/+5
* 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-202-0/+6
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-123-29/+33
* 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-032-11/+25
* 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-244-37/+40
* Fixed #22486 -- Restored the ability to reverse views cre...Preston Timmons2014-04-232-1/+15
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-224-0/+29
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-179-35/+35
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-10/+11
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-0317-134/+142
* Fixed #7571 -- Fixed parameter matching in include()'d ur...Athena2014-03-053-0/+10
* 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