Changes between Version 63 and Version 64 of VersionOneFeatures
- Timestamp:
- Mar 8, 2007, 1:51:30 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneFeatures
v63 v64 19 19 || windows installers || ? || No || not started || || 20 20 || [#DecimalField DecimalField] || adurdin || Yes || needs testing || #2365, #200, #2519, #3238, #3324 || 21 || [#Middlewareordering middleware ordering] || ? || No || not started || #730, #749 || 21 22 22 23 … … 92 93 93 94 See also [http://groups.google.com/group/django-developers/browse_thread/thread/852e0115b2535be9/dc496ed3a5d5429e#dc496ed3a5d5429e this thread]. 95 96 === Middleware ordering === 97 98 We are not treating the middleware hierarchy as a stack, in the sense that if one piece of middleware short-circuits the response construction, we go right to the bottom of the pile before processing the request. We need to decide what behaviour we really want here and record it. Both the referenced tickets have good points in them and since this might slightly change request/response behaviour, it's a pre-1.0 decision if possible.