- 13 May, 2016 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Nicolas Noé yazdı
-
David Sanders yazdı
-
David Sanders yazdı
-
eltronix yazdı
-
eltronix yazdı
-
Alex Simonides yazdı
-
- 12 May, 2016 3 kayıt (commit)
-
-
Vincenzo Pandolfo yazdı
-
Andre Cruz yazdı
Thanks Tom Christie for review.
-
Victor Oliveira da Silva yazdı
-
- 11 May, 2016 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Collin Anderson yazdı
This fixes django-taggit and reflects some places where duck-typing may not be appropriate.
-
Tim Graham yazdı
-
Raphael Gaschignard yazdı
This reduces the possibility of a naming conflict, especially after squashing migrations.
-
- 10 May, 2016 5 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Tim for the review and pointing out this was fixed by #26207.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #26572, #17281. The RFC doesn't limit total length, just the line length which is already taken care of by Python itself. Thanks Tim Graham for the review.
-
Vasiliy Faronov yazdı
Didn't rename django.utils.feedgenerator.rfc2822_date() as some external code may rely on it.
-
Simon Charette yazdı
Refs #26536. Thanks Sylvain Fankhauser for the very detailed report.
-
- 09 May, 2016 2 kayıt (commit)
-
-
Tim Graham yazdı
Calling conditional_escape() on SafeData won't change it.
-
Iacopo Spalletti yazdı
Thanks to Andriy Sokolovskiy for initial patch.
-
- 08 May, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Ville Skyttä yazdı
-
Jarek Glowacki yazdı
-
Jarek Glowacki yazdı
-
Jarek Glowacki yazdı
-
Tim Graham yazdı
-
- 07 May, 2016 9 kayıt (commit)
-
-
marysia yazdı
Useful for overriding the DateTimeField widget.
-
Vitaly Bogomolov yazdı
-
Dan Watson yazdı
-
Claude Paroz yazdı
The WGS84 proj string can differ depending on installed libs. Refs #26592.
-
Tobias McNulty yazdı
-
Vasiliy Faronov yazdı
-
Matthias K yazdı
-
shiblystory yazdı
-
Claude Paroz yazdı
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
-
- 06 May, 2016 3 kayıt (commit)
-
-
Markus Holtermann yazdı
-
Tim Graham yazdı
-
Sergei Maertens yazdı
On Python 3, sending emails failed for addresses containing non-ASCII characters due to the usage of the legacy Python email.utils.formataddr() function. This is fixed by using the proper Address object on Python 3.
-