django1/django
Tim Graham 59ef6559a3 Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.
This reverts commit 312fc1af7b as it seems
to cause segmentation faults as described in the ticket.
2016-01-07 18:54:41 -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 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
contrib Reverted #25961 -- Removed handling of thread-non-safe GEOS functions. 2016-01-07 18:54:41 -05:00
core Fixed #26038 -- Changed FileSystemStorage defaults on setting change. 2016-01-07 12:04:39 -05:00
db Fixed #26026 -- Fixed isinstance crash comparing EmptyQuerySet to non-QuerySet. 2016-01-07 10:57:05 -05:00
dispatch Moved and updated Python license. 2015-09-28 09:53:37 -04:00
forms Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field 2015-12-17 15:38:19 +01:00
http Fixed #25725 -- Made HttpReponse immediately close objects. 2015-12-14 12:46:48 -05:00
middleware Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support. 2016-01-05 09:37:11 -05:00
template Replaced dict.setdefault() usage to avoid unnecessary object instantiations. 2016-01-05 13:06:23 -05:00
templatetags Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
test Fixed #26038 -- Changed FileSystemStorage defaults on setting change. 2016-01-07 12:04:39 -05:00
urls Fixed #26039 -- Unwrapped nested partials in URL reversal. 2016-01-06 15:22:37 -05:00
utils Fixed #26046 -- Fixed a crash with translations and Django-unknown language code 2016-01-06 20:30:56 +01:00
views Removed British/Austrialian word: whilist. 2015-12-31 14:29:52 -05:00
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00