index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
syndication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #22078 -- Fixed crash of Feed with decorated methods.
Marcelo Galigniana
2022-05-26
1
-2
/
+15
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
2
-48
/
+52
*
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
1
-4
/
+1
*
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-14
1
-1
/
+1
*
Fixed #31822 -- Added support for comments URL per feed item.
Viktor Garske
2020-07-30
1
-0
/
+1
*
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-21
1
-1
/
+0
*
Fixed #29352 -- Allowed specifying a Feed language.
Tobias Kunze
2019-05-06
1
-2
/
+3
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-3
/
+6
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-6
/
+3
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-6
/
+6
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-5
/
+5
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-3
/
+3
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
1
-4
/
+4
*
Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...
Tim Graham
2015-11-25
1
-30
/
+30
*
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
Unai Zalakain
2015-09-18
1
-9
/
+13
*
Fixed #24728 -- Renamed mime_type to content_type for syndication feeds
Raphael Michel
2015-06-04
1
-1
/
+1
*
Replaced multiple startswith in syndication/views.py
Piotr Jakimiak
2015-05-08
1
-3
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
2
-5
/
+3
*
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
1
-3
/
+3
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+4
*
Removed locale dirs for single-message apps
Claude Paroz
2014-05-19
1
-22
/
+0
*
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-06
1
-1
/
+1
*
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-26
1
-1
/
+1
*
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-25
1
-0
/
+1
*
Added catalogs for apps that didn't have any translations.
Aymeric Augustin
2014-01-05
1
-0
/
+22
*
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
2014-01-05
1
-0
/
+8
*
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-03
1
-29
/
+29
*
Refactored code and tests that relied on django.utils.tzinfo.
Aymeric Augustin
2013-09-09
1
-6
/
+6
*
Fixed #14656 -- Added Atom1Feed `published` element
Matt Deacalion Stevens
2013-07-19
1
-3
/
+9
*
Stopped using non-standard __globals__ and __code__ attributes.
Aymeric Augustin
2013-03-17
1
-9
/
+9
*
Test case and docs for custom context data in feeds
Zbigniew Siciarz
2013-02-24
1
-2
/
+14
*
Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.
Simon Charette
2013-02-06
1
-0
/
+2
*
Fixed #7936 -- Added Last-Modified header to feeds
Claude Paroz
2012-09-30
1
-0
/
+9
*
Fixed syndication under python3.
Alex Gaynor
2012-08-15
1
-1
/
+1
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-6
/
+6
*
[py3] Switched to Python 3-compatible introspection.
Aymeric Augustin
2012-07-22
1
-4
/
+4
*
Fixed #17257 - Removed outdated comment in syndication view
Claude Paroz
2012-07-07
1
-2
/
+1
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-1
/
+3
*
Converted some of the built-in views to use content_type instead of mimetype ...
Adrian Holovaty
2011-12-17
1
-1
/
+1
*
Fixed #16753 -- Supported network-path references in the syndication framewor...
Aymeric Augustin
2011-11-18
1
-5
/
+5
*
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-18
1
-1
/
+2
*
Advanced deprecations in contrib.syndication.
Russell Keith-Magee
2011-04-02
2
-82
/
+0
*
Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...
Jannis Leidel
2011-02-12
1
-2
/
+1
*
Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...
Russell Keith-Magee
2011-01-13
1
-0
/
+13
*
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-11
2
-2
/
+2
*
Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/...
Russell Keith-Magee
2010-10-08
1
-6
/
+17
*
Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...
Luke Plant
2010-10-04
1
-5
/
+2
[next]