django1/django/contrib/sites
Mariusz Felisiak a56531ab1b
Fixed #32910 -- Unified different plural equations for the same language in contrib apps.
Thanks Martin Svoboda for the report and initial patch.
2021-07-15 20:42:17 +02:00
..
locale Fixed #32910 -- Unified different plural equations for the same language in contrib apps. 2021-07-15 20:42:17 +02:00
migrations Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
admin.py Fixed #25324 -- Registered ModelAdmin instances with @admin.register decorator 2015-08-31 15:41:09 +10:00
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.py Fixed #31802 -- Added system check for non-integer SITE_ID. 2020-07-24 10:41:55 +02:00
management.py Fixed #24075 -- Used post-migration models in contrib apps receivers. 2016-05-15 19:51:16 -04:00
managers.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
middleware.py Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware. 2016-06-07 09:46:22 -04:00
models.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
requests.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
shortcuts.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00