1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django
2007-12-22 19:38:48 +00:00
..
bin
conf Fixed #6208 -- Updated Dutch translation. Thanks, arien and v.oostveen@idca.nl. 2007-12-19 04:27:18 +00:00
contrib Fixed #5670 -- Changed the validation of the UK postcode widget to allow for easier input. Normalisation still returns the same things as previously. Patch from scott@staplefish.com. 2007-12-19 04:43:47 +00:00
core Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequences have the same type before concatenating. 2007-12-19 04:51:35 +00:00
db Set Oracle stmtcachesize to 20 instead of 0 for a performance boost. 2007-12-21 18:49:07 +00:00
dispatch
forms
http Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. Patch from jvloothuis. 2007-12-17 08:05:51 +00:00
middleware Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton. 2007-12-02 23:25:55 +00:00
newforms Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_for_instance from [6846] 2007-12-19 03:40:39 +00:00
oldforms
shortcuts
template Renamed 'reversed' variable to 'is_reversed' in ForLoop template tag implementation, to avoid potential conflicts with the 'reversed' built-in and to make the code more obvious 2007-12-22 19:38:48 +00:00
templatetags
test Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if required. Patch from jdetaeye. 2007-12-17 08:50:50 +00:00
utils Minor style fixes. 2007-12-11 05:49:11 +00:00
views Fixed #5596 -- Changed the static view for the development server so that Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan. 2007-12-17 11:46:48 +00:00
__init__.py