summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/forms.py
AgeCommit message (Expand)Author
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-08-18Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak
2020-08-18Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak
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-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
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 encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette