django1/django/contrib
Jon Dufresne 16c5a334ff Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password hashers. 2018-02-01 12:36:21 -05:00
..
admin Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields. 2018-02-01 08:36:36 -05:00
admindocs Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
auth Refs #27795 -- Replaced force_text/bytes() with decode()/encode() in password hashers. 2018-02-01 12:36:21 -05:00
contenttypes Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
flatpages Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
gis Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
humanize Fixed #28877 -- Made ordinal template filter results more localizable. 2017-12-06 09:42:58 -05:00
messages Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
postgres Fixed string format specifier for fillfactor in GistIndex. 2018-01-12 08:49:26 -05:00
redirects Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
sessions Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
sitemaps Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
sites Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
staticfiles Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries. 2018-01-23 10:30:10 -05:00
syndication Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py