mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31534 -- Deprecated django.conf.urls.url().
This commit is contained in:
committed by
Mariusz Felisiak
parent
f2051eb8a7
commit
2522559d1a
@@ -48,7 +48,7 @@ Bugfixes
|
||||
|
||||
* Updated ``urlpatterns`` examples generated by :djadmin:`startproject` to
|
||||
remove usage of referencing views by dotted path in
|
||||
:func:`~django.conf.urls.url` which is deprecated in Django 1.8
|
||||
``django.conf.urls.url()`` which is deprecated in Django 1.8
|
||||
(:ticket:`24635`).
|
||||
|
||||
* Fixed queries where an expression was referenced in ``order_by()``, but wasn't
|
||||
|
||||
Reference in New Issue
Block a user