Opened 7 years ago

Closed 7 years ago

#28324 closed Cleanup/optimization (fixed)

Make utils.feedgenerator write attributes in a deterministic order

Reported by: gsauthof Owned by: nobody
Component: Utilities Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

This simplifies the caching and comparison of generated feeds.

PR and django-developers discussion

Change History (2)

comment:1 by Tim Graham, 7 years ago

Description: modified (diff)

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In d0f59054:

Fixed #28324 -- Made feedgenerators write feeds with deterministically ordered attributes.

Note: See TracTickets for help on using tickets.
Back to Top