django/django
Tim Graham 3fedfc452f [1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse.
Thanks David Reitter for the report and initial patch.
2016-02-22 17:07:07 -05:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf [1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:44:14 -05:00
contrib [1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:09:16 +01:00
core [1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:51:29 -05:00
db [1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring. 2016-02-18 08:46:30 -05:00
dispatch [1.9.x] Corrected a few typos in Signal.send() docstring. 2016-01-12 08:27:55 -05:00
forms [1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled fields. 2016-01-29 08:08:04 -05:00
http Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
middleware [1.9.x] Fixed typo in django/middleware/common.py docstring. 2016-02-09 08:07:18 -05:00
template [1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse. 2016-02-22 17:07:07 -05:00
templatetags Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
test [1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False. 2016-02-08 07:41:56 -05:00
utils [1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable. 2016-02-15 11:45:44 -05:00
views [1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'. 2016-01-11 06:16:49 -05:00
__init__.py [1.9.x] Post-release version bump. 2016-02-01 12:27:47 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00