django1/django/contrib/contenttypes
Keryn Knight 9662193aea Refs #32946 -- Changed internal usage of dynamic Q() objects construction to use non-kwargs initialization.
This prefers non-kwargs construction of dynamically generated Q()
objects to create a single Q() object instead of many and then
combining them, where possible.
2021-07-28 09:38:46 +02:00
..
locale Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
management Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
migrations Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
admin.py Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.py Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. 2017-06-26 18:12:35 -04:00
fields.py Refs #32946 -- Changed internal usage of dynamic Q() objects construction to use non-kwargs initialization. 2021-07-28 09:38:46 +02:00
forms.py Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms. 2020-08-18 09:37:15 +02:00
models.py Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
views.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00