django1/django/contrib
Tim Graham 37520d284e Removed useless hasattr() checks in ModelAdmin checks.
These attributes are defined on BaseModelAdmin and thus should always
be there.
2017-06-02 15:27:15 -04:00
..
admin Removed useless hasattr() checks in ModelAdmin checks. 2017-06-02 15:27:15 -04:00
admindocs Updated translations from Transifex 2017-05-31 21:43:40 +02:00
auth Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
contenttypes Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
flatpages Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
gis Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
humanize Fixed #28085 -- Added missing plural forms in en translation catalogs 2017-05-05 21:25:37 +02:00
messages Refs #27795 -- Replaced force_text() with str() in contrib.messages 2017-05-10 22:40:18 +02:00
postgres Updated translations from Transifex 2017-05-31 21:43:40 +02:00
redirects Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 2017-05-18 09:33:40 -04:00
sessions Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is None. 2017-05-03 12:39:07 -04:00
sitemaps Added comments to contrib.sitemaps.index() view. 2017-05-27 20:50:35 -04:00
sites Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
staticfiles Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
syndication Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
__init__.py