Changes between Version 87 and Version 88 of DjangoFellows/BerkerPeksag
- Timestamp:
- Nov 27, 2014, 1:39:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoFellows/BerkerPeksag
v87 v88 10 10 11 11 * https://github.com/django/django/pull/3628 -- Removed redundant numbered parameters from str.format(). 12 * https://github.com/django/django/pull/3629 -- Fixed #23847 -- Improved the email_check example. 12 * [Committed] https://github.com/django/django/pull/3629 -- Fixed #23847 -- Improved the email_check example. 13 14 Commit: https://github.com/django/django/commit/87bd13617c57a806deb550e3af1c06ce00517a9c 13 15 * https://github.com/django/django/pull/3632 -- Fixed #21587 -- Raised deprecation warnings correctly. 14 16 15 ===== From last week=====17 ===== From the past weeks ===== 16 18 17 19 * Fixed #13694 -- Made SafeMIMEText's constructor compatible with MIMEText: https://github.com/django/django/commit/a5bd7f2cb2ce6d9cf309748be0fe033b836c4507 18 20 19 21 * Fixed #21587 -- Added a warning for changing default of RedirectView.permanent: https://github.com/django/django/commit/9a30acad8a1996c914351bad981d937de4db29a4 22 23 * Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode: https://github.com/django/django/commit/093e6c68b9b5afdf1f059a2321affc999763e919 20 24 21 25 ==== Code reviews ==== … … 31 35 32 36 * #23922: Quoting problem in RequestFactory -- https://code.djangoproject.com/ticket/23922 33 34 37 35 38 ----