summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse
AgeCommit message (Expand)Author
2015-12-29[1.8.x] Fixed typo in test name.knbk
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-03-23[1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL pat...Bas Peschier
2015-02-12[1.8.x] Fixed #17716 -- Prevented include('...', app_name='...') without a na...Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-03[1.8.x] Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-28Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-07Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
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-16Added database migration for contrib.auth.Tim Graham
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-05-28Fixed a typo that Tim Graham noticedAlex Gaynor
2014-05-28Fixed several typos in DjangoAlex Gaynor
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-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.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-18Replaced 'test' by 'sqlall' management command in reverse_lazy testClaude Paroz
2014-02-18Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz
2014-02-15Improved fix for #18373 -- backward compatibilityGrzegorz Nosek
2014-02-15Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-11Flake8 fixes -- including not runnign flake8 over a backported fileAlex Gaynor
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-06Fixed #21043 -- Made resolve() handle reverse_lazy objects.Dan Johnson
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-14Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...Wilfred Hughes