django1/django/contrib/contenttypes
Sarah Boyce 84206607d6
Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in migrations.
Co-authored-by: Heraldo Lucena <23155511+HMaker@users.noreply.github.com>
2022-10-10 08:57:52 +02:00
..
locale Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
management Fixed warnings per flake8 5.0.0. 2022-07-31 08:16:19 +02:00
migrations Fixed #33563 -- Fixed contenttype reverse data migration crash with a multiple databases setup. 2022-03-08 06:22:03 +01:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
admin.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
apps.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
checks.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
fields.py Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers." 2022-09-30 18:18:33 +02:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in migrations. 2022-10-10 08:57:52 +02:00
views.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00