index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_feedgenerator.py
Age
Commit message (
Expand
)
Author
2017-06-20
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-02-24
Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...
Pavlo Kapyshin
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-30
Refs #26653 -- Fixed a feedgenerator test that requires a database query on P...
Tim Graham
2016-05-30
Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.
Ketan Bhatt
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-04
Fixed #24728 -- Renamed mime_type to content_type for syndication feeds
Raphael Michel
2013-09-09
Refactored code and tests that relied on django.utils.tzinfo.
Aymeric Augustin
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons