Changes between Version 77 and Version 78 of DjangoFellows/BerkerPeksag
- Timestamp:
- Nov 23, 2014, 1:09:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoFellows/BerkerPeksag
v77 v78 15 15 * https://github.com/django/django/pull/3597 -- Fixed #21587 -- Added a deprecation warning for RedirectView.permanent. 16 16 17 ===== Addressed review comments ===== 17 * [Committed] https://github.com/django/django/pull/3604 -- Silenced a flake8 warning. 18 18 19 * 19 Commit: https://github.com/django/django/commit/da2a35cf9ed3ced1425aea361bca49ef759c8706 20 21 * https://github.com/django/django/pull/3606 -- Fixed #13694 -- Made SafeMIMEText's constructor compatible with MIMEText. 22 23 * https://github.com/django/django/pull/3609 -- Fixed #12982 -- Added a ``get_or_set`` method to the BaseCache backend 24 25 From last week: 26 27 * https://github.com/django/django/commit/343162410f9270012e4fdd8396d542b39cc63269 -- Raised exception when both `form_class` and `fields` are specified. 20 28 21 29 ==== Code reviews ====