django1/django
Adrian Holovaty eb95a50cd6 Removed a comment in django/template/__init__.py that suggests we would do 'crazy stack-frame stuff'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-22 19:20:02 +00:00
..
bin Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
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 Fixed #5664 -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
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 Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Removed a comment in django/template/__init__.py that suggests we would do 'crazy stack-frame stuff' 2007-12-22 19:20:02 +00:00
templatetags Fixed #5969 -- Corrected a problem introduced in [6682]. 2007-11-18 03:36:03 +00:00
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 Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00