mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
This commit is contained in:
committed by
Mariusz Felisiak
parent
e29d1870dd
commit
3915d4c70d
@@ -331,6 +331,9 @@ Miscellaneous
|
||||
* The ``django.contrib.gis.geoip2.GeoIP2.open()`` method is deprecated. Use the
|
||||
:class:`~django.contrib.gis.geoip2.GeoIP2` constructor instead.
|
||||
|
||||
* Passing positional arguments to :meth:`.Model.save` and :meth:`.Model.asave`
|
||||
is deprecated in favor of keyword-only arguments.
|
||||
|
||||
Features removed in 5.1
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user