index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aggregator
/
migrations
Age
Commit message (
Expand
)
Author
2025-10-10
Apply black to migrations
Ülgen Sarıkavak
2025-01-22
Updated Django dependency to version 5.1.5
Ülgen Sarıkavak
2024-11-21
Fixed #1739 -- Fixed incorrect pluralization of model in admin
Arpan Dey
2024-10-24
Improve pre-commit configuration hooks (#1645)
Paolo Melchiorre
2024-10-03
Fixed `isort` and `flake8` errors and ran all `tox` envs in CI (#1642)
Tobias McNulty
2024-04-10
Added index on aggregator_feeditem (date_modified DESC) (#1517)
Tobias McNulty
2023-11-25
Add local Django community page (#1371)
Dave Turner
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2022-08-09
Increased FeedItem.link/Feed.public_url max_length to 1023 characters.
Mariusz Felisiak
2016-02-10
Removed flake8 exclude from migrations.
Tim Graham
2016-01-21
Added on_delete to ForeignKey and OneToOneField.
Tim Graham
2015-04-17
Fix isort calls in makefile, use -rc option
Rolf Erik Lekang
2014-11-20
Updated to Django 1.7
Tim Graham
2013-10-14
Removed Feed.is_defunct field.
Tim Graham
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin