Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-8/+4
* 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-035-1/+28
* Fixed flake8 E241Boryslav Larin2013-11-021-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-023-3/+2
* Fix all violators of E231Alex Gaynor2013-10-261-38/+38
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-29/+35
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Whitespace cleanup.Tim Graham2013-10-105-5/+0
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-1/+1
* Fixed #21043 -- Made resolve() handle reverse_lazy objects.Dan Johnson2013-09-061-1/+14
* Removed most of absolute_import importsClaude Paroz2013-07-2915-30/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+3
* Fixed #17076 -- When reversing a URL fails, inform the us...Wilfred Hughes2013-06-141-0/+14
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-263-1/+5
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-3/+3
* Fixed #19541 -- Fixed BaseHandler to enable reversing URL...Loic Bistuer2013-03-242-0/+76
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-182-2/+6
* Fix #20022: Correctly handle prefixes with url-unsafe cha...Baptiste Mispelon2013-03-131-0/+5
* Fixed #20019 -- Ensured HttpRequest.resolver_match always...Aymeric Augustin2013-03-101-1/+5
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-269-42/+42
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2624-0/+952