Changes between Version 77 and Version 78 of DjangoFellows/BerkerPeksag


Ignore:
Timestamp:
Nov 23, 2014, 1:09:17 PM (9 years ago)
Author:
Berker Peksag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoFellows/BerkerPeksag

    v77 v78  
    1515* https://github.com/django/django/pull/3597 -- Fixed #21587 -- Added a deprecation warning for RedirectView.permanent.
    1616
    17 ===== Addressed review comments =====
     17* [Committed] https://github.com/django/django/pull/3604 -- Silenced a flake8 warning.
    1818
    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
     25From last week:
     26
     27* https://github.com/django/django/commit/343162410f9270012e4fdd8396d542b39cc63269 -- Raised exception when both `form_class` and `fields` are specified.
    2028
    2129==== Code reviews ====
Back to Top