Changes between Version 2 and Version 3 of Ticket #30338
- Timestamp:
- Apr 8, 2019, 3:07:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30338 – Description
v2 v3 1 The sitemap.xml receives a priority as float. This float should never be localized, even if localization is generally turned on. 1 The sitemap.xml receives a priority as float. This float should never be localized, even if localization is generally turned on. This is because some localizations would change e.g. `0.8` to `0,8`, rendering the format as invalid. 2 2 3 3 https://github.com/django/django/blob/master/django/contrib/sitemaps/templates/sitemap.xml#L9