django1/django/contrib
Fabio Sangiovanni b457068cf2 Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints.
Detection of existing total ordering in admin changelist now takes into
account non-partial unique constraints.
2020-02-19 09:36:23 +01:00
..
admin Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints. 2020-02-19 09:36:23 +01:00
admindocs Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
auth Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm. 2020-02-12 21:46:56 +01:00
contenttypes Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
flatpages Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
gis Fixed #30846 -- Made PostGIS backend respect Index's name argument. 2020-02-10 13:25:32 +01:00
humanize Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
messages Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_salt is changed. 2020-02-04 09:06:55 +01:00
postgres Fixed #28528 -- Allowed combining SearchVectors with different configs. 2020-02-06 07:52:50 +01:00
redirects Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
sessions Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 2020-02-18 20:03:44 +01:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites Updated translations from Transifex. 2020-01-31 20:59:10 +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