1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
Aymeric Augustin f5dbb566ee Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1.
This reverts commit 948a833eb7.

flup appears to be dead, and this fix breaks legitimate uses of Django.

Refs #8490.
2013-03-24 10:57:38 +01:00
..
bin
conf Fixed #19697 -- Added a deployment checklist. 2013-03-17 19:21:36 +01:00
contrib Merge pull request #942 from stephrdev/trac-18000 2013-03-23 05:29:28 -07:00
core Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1. 2013-03-24 10:57:38 +01:00
db Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 2013-03-23 17:11:10 +01:00
dispatch
forms Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
http Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
middleware Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
shortcuts
template Fixed #19510 -- Race condition in template loading. 2013-03-17 23:56:07 +01:00
templatetags Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
test Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
utils Fixed #20108 -- Fixed filepath_to_uri decoding error 2013-03-22 17:55:12 +01:00
views Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
__init__.py