django1/django
Tim Graham c401ae9a7d [1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-10-25 15:27:45 -04: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] Fixed #25711 -- Updated the project template's include() example. 2015-12-09 11:47:26 -05:00
contrib [1.8.x] Fixed XSS in admin's add/change related popup. 2016-07-18 13:45:11 -04:00
core [1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:56:36 -05:00
db [1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle. 2016-10-25 14:24:11 -04:00
dispatch [1.8.x] Corrected a few typos in Signal.send() docstring. 2016-01-12 08:28:00 -05:00
forms [1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets. 2016-02-24 07:09:08 -05:00
http [1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. 2016-10-25 15:27:45 -04:00
middleware [1.8.x] Updated Wikipedia links to use https 2015-08-08 12:09:53 +02:00
template [1.8.x] Corrected firstof template tag's docstring. 2016-06-21 08:12:37 -04:00
templatetags [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
test [1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False. 2016-02-08 07:45:10 -05:00
utils [1.8.x] Added safety to URL decoding in is_safe_url() on Python 2 2016-03-04 23:39:46 +01:00
views [1.8.x] Fixed XSS in admin's add/change related popup. 2016-07-18 13:45:11 -04:00
__init__.py [1.8.x] Post-release version bump. 2016-09-26 14:24:25 -04:00
shortcuts.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00