Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse/namespace_urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
|
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-14/+9
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested ↵Marten Kenbeek2015-06-061-0/+2
| | | | | | | namespaces. Set ResolverMatch.app_name to the full path of nested application namespaces.
* Fixed #12943 -- Allowed unnamed arguments to be ↵Bas Peschier2015-03-121-0/+1
| | | | | | | | propagated in includes Propagated unnamed arguments as positional arguments into included URLconfs if no named arguments are defined. Positional and keyword arguments are never combined.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-3/+3
| | | | url().
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-241-3/+3
| | | | | | | | | | - Fixed bug in get_callable() that caused resolve() to put a string in ResolverMatch.func. - Made ResolverMatch.url_name match the actual url name (or None). - Updated tests that used the string value in ResolverMatch.func, and added regression tests for this bug. - Corrected test urls whose dummy view paths caused failures (behavior that was previously masked by this bug).
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of ↵chriscauley2014-04-171-9/+9
| | | | | | docs and tests. Thanks tomwys for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-26/+26
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-7/+7
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59