mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Proof-read the new contributing guide.
Many thanks to Daniele Procida.
This commit is contained in:
parent
23d230f058
commit
329bb9296f
8 changed files with 199 additions and 151 deletions
|
@ -830,7 +830,7 @@ now pending deprecation.
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Previously, ``django.http`` exposed an undocumented ``CompatCookie`` class,
|
||||
which was a bug-fix wrapper around the standard library ``SimpleCookie``. As the
|
||||
which was a bugfix wrapper around the standard library ``SimpleCookie``. As the
|
||||
fixes are moving upstream, this is now deprecated - you should use ``from
|
||||
django.http import SimpleCookie`` instead.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue