index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
contenttypes
/
management
Age
Commit message (
Expand
)
Author
2018-07-10
Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.
Jon Dufresne
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-08-22
Fixed incorrect indentation in remove_stale_contenttypes.
Nick Pope
2017-06-16
Fixed #26936 -- Fixed stale ContentType deletion in apps without models.
Pavel Rybintsev
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-09-06
Fixed #24865 -- Added remove_stale_contenttypes management command.
Tim Graham