django/django
Claude Paroz 836d475afe Fixed #22561 -- Prevented too long lines in email messages
Thanks NotSqrt for the excellent report and Tim Graham for the review.
2016-04-19 09:35:24 +02:00
..
apps
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Refs #26484 -- Avoided masking useful exceptions in manage.py's ImportError. 2016-04-13 13:28:54 -04:00
contrib Fixed #25951 -- Trimmed default representation of GEOSGeometry 2016-04-17 15:31:12 +02:00
core Fixed #22561 -- Prevented too long lines in email messages 2016-04-19 09:35:24 +02:00
db Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. 2016-04-18 09:39:46 -04:00
dispatch
forms Refs #26502 -- Added choices to Form.__getitem__() KeyError message. 2016-04-14 09:15:09 -04:00
http Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
middleware
template Fixed #26479 -- Added 'is not' operator to the if tag. 2016-04-09 13:01:15 -04:00
templatetags Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
test Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
urls Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns(). 2016-03-08 08:14:10 -05:00
utils Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
views Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
__init__.py
__main__.py
shortcuts.py