django1/django/contrib
Hasan Ramezani 0284a26af9 Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field. 2019-11-19 15:40:04 +01:00
..
admin Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field. 2019-11-19 15:40:04 +01:00
admindocs Removed unnecessary parentheses in various code. 2019-11-18 15:25:59 +01:00
auth Removed unnecessary numeric indexes in format strings. 2019-11-19 08:29:47 +01:00
contenttypes Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
flatpages Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
gis Fixed #30987 -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
humanize Updated translations from Transifex 2019-06-29 16:17:16 +02:00
messages Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting. 2019-10-23 08:18:48 +02:00
postgres Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups for RangeFields. 2019-11-14 22:27:29 +01:00
redirects Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
sessions Updated translations from Transifex 2019-06-29 16:17:16 +02:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
staticfiles Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py