This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-14 11:20:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
mail
History
Florian Apolloner
bc13a08f89
[1.7.x]
Fixed
#23063
-- Convert \n and \r to \r\n when using the SMTP backend as per RFC.
...
Backport of 8d789449c7861b8cf8b10d244f26d9d354989aaf from master.
2014-10-12 22:03:01 +02:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
custombackend.py
[1.7.x] Fixed several typos in Django
2014-05-29 07:53:02 -04:00
tests.py
[1.7.x]
Fixed
#23063
-- Convert \n and \r to \r\n when using the SMTP backend as per RFC.
2014-10-12 22:03:01 +02:00