django1/django/forms
Claude Paroz a23c9c48a8 [1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content
Browsers consider the first newline in textareas as some display
artifact, not real content. Hence they are not sending it back to
the server. If we want to keep initial newlines, we have to add one
when we render the textarea.
Thanks bastih for the report and initial patch.

Backport of 78f66691ee from master.
2012-11-05 20:56:25 +01:00
..
extras [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
forms.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
formsets.py [1.5.x] Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:08:05 +01:00
models.py [1.5.x] Merge pull request #495 from aisipos/ticket_18949 2012-11-04 15:58:37 -08:00
util.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
widgets.py [1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:56:25 +01:00