Opened 18 years ago
Closed 18 years ago
#2184 closed enhancement (invalid)
[patch] Add e-mail and URL to free comments.
Reported by: | Tyson Tate | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Contrib apps | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Most blogs allow people to optionally supply their e-mail address and/or URL to be included with their comment. This patch allows the same for Django's comments.
This is my first patch and I've only been a Python coder for all of two days, so I'm sure I may have missed something colossal. Feel free to counter-patch!
The patches for #2177 will also have to be modified to incorporate the new fields.
Attachments (3)
Change History (5)
by , 18 years ago
Attachment: | comments_extras.diff added |
---|
by , 18 years ago
Attachment: | comments_extras2.diff added |
---|
comment:1 by , 18 years ago
<a title="forex" href="http://www.gifgjo.com">forex</a>
<a title="24 hours online trading" href="http://www.gifgjo.com">24 hours online trading</a>
<a title="AUSTRALIAN DOLLAR" href="http://www.gifgjo.com">AUSTRALIAN DOLLAR</a>
<a title="best money manager" href="http://www.gifgjo.com">best money manager</a>
<a title="charting" href="http://www.gifgjo.com">charting</a>
<a title="conversion" href="http://www.gifgjo.com">conversion</a>
<a title="currency brokers" href="http://www.gifgjo.com">currency brokers</a>
<a title="currency calculator" href="http://www.gifgjo.com">currency calculator</a>
<a title="currency converter" href="http://www.gifgjo.com">currency converter</a>
<a title="currency exchange rate 24 hour fx tr
comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Moved to #2228 due to trac spam.
Added "null=True" to models.py to prevent breaking databases.