mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -271,11 +271,6 @@ attribute or to a :class:`~django.contrib.auth.models.Group` via its
|
|||
|
||||
content_type = ContentType.objects.get_for_model(BlogPostProxy, for_concrete_model=False)
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
In older versions, proxy models use the content type of the concrete
|
||||
model.
|
||||
|
||||
Permission caching
|
||||
------------------
|
||||
|
||||
|
@ -350,11 +345,6 @@ inherit the permissions of the concrete model they subclass::
|
|||
>>> user.has_perms(('app.add_student', 'app.can_deliver_pizzas'))
|
||||
True
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
In older versions, permissions for proxy models use the content type of
|
||||
the concrete model rather than content type of the proxy model.
|
||||
|
||||
.. _auth-web-requests:
|
||||
|
||||
Authentication in Web requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue