Changes between Version 1 and Version 3 of Ticket #27879
- Timestamp:
- Feb 24, 2017, 8:15:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27879
- Property Has patch set
- Property Triage Stage Unreviewed → Ready for checkin
- Property Summary Allow to not pass enclosures argument to add_item of Atom feed → Writing 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.1 After 75cf9b5ac031feb8f94271c9906157c921a14520 not passing enclosures (leaving default None) to `Atom1Feed.add_item()` results in a `TypeError`.