summaryrefslogtreecommitdiff
path: root/aggregator
AgeCommit message (Expand)Author
2026-04-14Allowed creation of site-wide banners via the admin interface.Natalia
2026-01-19Fixed 405 error when deleting community feeds (#2447)Vidhi Singh
2025-12-18fix: Show also diamond and platinium member in theses pagesamichon
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-11-21Added DEFAULT_LANGUAGE_CODE setting.Sarah Boyce
2025-10-10Apply black to migrationsÜlgen Sarıkavak
2025-06-09Sc ecosystem page (#2060)Frank Wiles
2025-01-22Updated Django dependency to version 5.1.5Ülgen Sarıkavak
2025-01-16Hid empty feed type from community page.Sarah Boyce
2024-11-21Fixed #1739 -- Fixed incorrect pluralization of model in adminArpan Dey
2024-10-25[aggregator] Marked all user-facing strings for translationMark Walker
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2024-10-03Fixed `isort` and `flake8` errors and ran all `tox` envs in CI (#1642)Tobias McNulty
2024-07-01Fixed #1573 -- Hid non-approved feed items in RSS feedsBaptiste Mispelon
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-04-10Added index on aggregator_feeditem (date_modified DESC) (#1517)Tobias McNulty
2024-02-28Fixed doc_test_fixtures.json.Baptiste Mispelon
2023-11-25Add local Django community page (#1371)Dave Turner
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Fixed feed aggregator n+1 issue.(#1279)Mark Walker
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-11-17Reverted "Fix N+1 Query on Django Community page". (#1273)Maksudul Haque
2022-11-07Add testsMaksudul Haque
2022-11-07Fix N+1 Query on Feed List PageMaksudul Haque
2022-10-28Fix N+1 Query on Django Community pageMaksudul Haque
2022-08-09Increased FeedItem.link/Feed.public_url max_length to 1023 characters.Mariusz Felisiak
2020-09-09Updated default Community section header to use Django's age.Carlton Gibson
2019-07-26Fixed typos.Min ho Kim
2018-06-07Updated URLpatterns to use path().Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-11-15Fixed E305 flake8 warnings.Tim Graham
2016-10-28Replaced django.core.urlresolvers imports with django.urls.Tim Graham
2016-07-02[BUGFIX] When people.djangoproject is down/slow first non cache page is slow ...krukas
2016-02-10Removed flake8 exclude from migrations.Tim Graham
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2015-12-02Added ValueError to catch invalid data from Django people/packages APIs.Tim Graham
2015-10-09Revert "Revert "Adjust code to recent changes to DocumentRelease.""Aymeric Augustin
2015-10-05Revert "Adjust code to recent changes to DocumentRelease."Tim Graham
2015-10-05Convert docs version to a FK to release.Aymeric Augustin
2015-10-05Remove unneeded fields from DocumentRelease.Aymeric Augustin
2015-10-02Fixed #510 -- Prevented stackoverflow questions in the aggregator.Tim Graham
2015-09-28Removed usage of deprecated NoArgsCommand.Tim Graham
2015-08-25Fixed aggregator tests for change in settings.PUSH_HUB.Tim Graham
2015-04-17Fix isort calls in makefile, use -rc optionRolf Erik Lekang
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-02-03Removed usage of printBaptiste Mispelon
2015-02-03Rewrote aggregator tests to use call_command.Baptiste Mispelon
2015-01-22Fixed tests and added CI.Jannis Leidel
2015-01-19Fixed flake8 warnings.Tim Graham