Changes between Version 1 and Version 3 of Ticket #27879


Ignore:
Timestamp:
Feb 24, 2017, 8:15:59 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27879

    • Property Has patch set
    • Property Triage Stage UnreviewedReady for checkin
    • Property Summary Allow to not pass enclosures argument to add_item of Atom feedWriting Atom1Feed crashes if enclosures argument isn't provided to add_item()
  • Ticket #27879 – Description

    v1 v3  
    1 After https://github.com/django/django/commit/75cf9b5ac031feb8f94271c9906157c921a14520 not passing enclosures (leaving default None) to Atom1Feed.add_item results in a TypeError.
     1After 75cf9b5ac031feb8f94271c9906157c921a14520 not passing enclosures (leaving default None) to `Atom1Feed.add_item()` results in a `TypeError`.
Back to Top