summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2019-12-02[3.0.x] Updated contrib translations from TransifexClaude Paroz
2019-09-08Updated translation catalogsClaude Paroz
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-06Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani
2019-05-31Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...can
2019-05-31Refs #30493 -- Added GenericRelatedObjectManager.get_content_type() hook.Mariusz Felisiak
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-01-10Fetched Armenian translations from TransifexClaude Paroz
2018-11-09Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-08-17Fixed #29612 -- Added GenericRelation prefetch_related() cache invalidation.Tom Forbes
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-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo
2018-03-12Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...robwa
2018-02-28Updated translations from TransifexClaude 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-12-30Fixed #14642 -- Fixed generic inline formsets crash when using save_as_new=True.Tomer Chachamu
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-12-01Updated contrib translations from TransifexClaude Paroz
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-22Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-08-10Refs #16043 -- Refactored internal fields value cache.Paulo
2017-07-21Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...Rachel Tobin
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-05-18Fixed #28152 -- Made migrations serialize sets as set literals rather than se...Jon Dufresne
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-04Updated contrib translations from TransifexClaude Paroz
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz