1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Removed contrib.comments per deprecation timeline.

This commit is contained in:
Tim Graham
2014-03-21 07:05:36 -04:00
parent 35f46ec7a9
commit aa93a1890f
225 changed files with 23 additions and 27552 deletions

View File

@@ -589,7 +589,7 @@ your code.
Storage of IP addresses in the comments app
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The :doc:`comments </ref/contrib/comments/index>` app now uses a
The comments app now uses a
``GenericIPAddressField`` for storing commenters' IP addresses, to support
comments submitted from IPv6 addresses. Until now, it stored them in an
``IPAddressField``, which is only meant to support IPv4. When saving a comment