django1/django
Marti Raudsepp 9cdfdbdd1f [1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.

Backport of d3e3703a15 from master
2015-11-11 08:57:46 -05:00
..
apps [1.8.x] Refs #23621 -- Fixed warning message when reloading models. 2015-06-30 15:01:22 -04:00
bin [1.8.x] Removed django-2to3.py 2015-02-06 08:56:01 -05:00
conf [1.8.x] Updated Wikipedia links to use https 2015-08-08 12:09:53 +02:00
contrib Fixed #25622 -- Accounted for generic relations in the admin to field validation 2015-10-29 13:20:44 -04:00
core [1.8.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section. 2015-10-29 11:14:36 -04:00
db [1.8.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField. 2015-11-10 12:12:52 -05:00
dispatch [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-10-25 06:02:21 -04:00
forms [1.8.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. 2015-11-09 12:47:08 -05:00
http [1.8.x] Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream. 2015-10-25 06:02:21 -04:00
middleware [1.8.x] Updated Wikipedia links to use https 2015-08-08 12:09:53 +02:00
template [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-10-25 06:02:21 -04:00
templatetags [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
test [1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking transaction. 2015-08-01 07:38:20 -04:00
utils [1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring. 2015-11-11 08:57:46 -05:00
views [1.8.x] Fixed #25147 -- Fixed debug view copy-paste/interactive toggle. 2015-07-20 11:52:44 -04:00
__init__.py [1.8.x] Post-release version bump. 2015-11-04 18:10:01 +01:00
shortcuts.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00