summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/management
AgeCommit message (Expand)Author
2026-02-25Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...AbhimanyuGit2507
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-08-16Refs #31123 -- Simplified create_contentypes().Nick Pope
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-01-08Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning.syed waheed
2023-01-20Added short description to remove_stale_contenttypes command.touhf
2022-07-31Fixed warnings per flake8 5.0.0.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-03-19Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk63
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-06Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani
2018-07-10Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-08-22Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham