django1/django/contrib
Tom 7afb476469 Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
..
admin Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
admindocs Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
auth Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
contenttypes Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
flatpages Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
gis Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict. 2017-05-22 21:07:14 -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 Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.postgres.forms. 2017-05-20 21:17:06 -04: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 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
sites Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
staticfiles Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
syndication Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
__init__.py