index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
urlpatterns_reverse
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Cleaned up exception message checking in some tests.
Jon Dufresne
2019-03-15
1
-3
/
+7
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
21
-182
/
+182
*
Updated a test to reflect the fact that "import *" isn't used in URLconfs any...
Tim Graham
2018-12-31
2
-4
/
+2
*
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-12-06
1
-1
/
+1
*
Added test for ResolverMatch.__repr__().
Xavier Fernandez
2018-11-30
1
-0
/
+8
*
Fixed #29673 -- Reset the URLconf at the end of each request.
Matthew Power
2018-09-26
1
-1
/
+8
*
Completed test coverage for django.urls.utils.get_callable().
Hasan Ramezani
2018-07-19
1
-9
/
+34
*
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-02-01
1
-3
/
+4
*
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Tim Graham
2017-09-22
1
-33
/
+0
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
2
-24
/
+24
*
Added a test for mixing args and kwargs in reverse().
Tim Graham
2017-09-14
1
-0
/
+5
*
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-09-13
1
-4
/
+4
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-1
/
+6
*
Refs #27804 -- Used subTest() in urlpatterns_reverse tests.
Marten Kenbeek
2017-07-10
1
-289
/
+375
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-24
/
+24
*
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2017-02-11
2
-0
/
+34
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-10
/
+10
*
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-27
1
-0
/
+10
*
Removed unused variables that are overwritten.
Mads Jensen
2017-01-25
1
-1
/
+0
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-1
/
+2
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-2
/
+1
*
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
4
-4
/
+4
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-8
/
+0
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-8
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
3
-7
/
+0
*
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
2017-01-17
4
-85
/
+100
*
Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.
Marten Kenbeek
2017-01-11
1
-2
/
+25
*
Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.
Tim Graham
2016-12-27
3
-4
/
+33
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-1
/
+1
*
Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.
Carl Meyer
2016-11-14
1
-0
/
+16
*
Added tests for LocaleRegexProvider.
Carl Meyer
2016-11-14
9
-0
/
+81
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
3
-0
/
+4
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-10
/
+8
*
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-08-20
2
-0
/
+26
*
Fixed #26888 -- Fixed concurrency issue in URL resolver.
Marten Kenbeek
2016-07-14
1
-0
/
+13
*
Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.
Tim Graham
2016-07-01
1
-1
/
+1
*
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
1
-49
/
+31
*
Refs #22384 -- Readded RegexURLResolver.reverse().
Tim Graham
2016-06-20
1
-0
/
+6
*
Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
Markus Holtermann
2016-06-18
2
-0
/
+32
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
2
-12
/
+13
*
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-04-09
1
-1
/
+1
*
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-06
1
-2
/
+2
*
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
1
-4
/
+4
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-17
/
+34
*
Fixed #26039 -- Unwrapped nested partials in URL reversal.
Grégory Starck
2016-01-06
2
-4
/
+4
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
4
-8
/
+8
*
Fixed typo in test name.
knbk
2015-12-29
1
-1
/
+1
*
Moved URLObject in tests to separate utils module.
Marten Kenbeek
2015-12-22
4
-22
/
+28
[next]